transform_parse
Description:
[ Version ( replacement = "Transform.parse" ) ]
public bool transform_parse (string string, out Transform out_transform)
Parses the given string
into a transform and puts it in out_transform
.
Strings printed via [method@Gsk.Transform.to_string] can be read in again successfully using this function.
If string
does not describe a valid transform, false is returned and
null is put in out_transform
.
Parameters:
string |
the string to parse |
out_transform |
The location to put the transform in |
Returns:
true if |
Namespace: Gsk
Package: gtk4