PathNode
Object Hierarchy:
Clutter.PathNode
Clutter.PathNode
Clutter.PathNode
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "clutter_path_node_get_type ()" ) ] [ Version ( since = "1.0" ) ]public struct PathNode
Represents a single node of a Path .
Some of the coordinates in points
may be unused for some node types.
MOVE_TO and
LINE_TO use only one pair of coordinates,
CURVE_TO uses all three and
CLOSE uses none.
Content:
Methods:
public PathNode ? copy ()
Makes an allocated copy of a node.
public bool equal (PathNode node_b)
Compares two nodes and checks if they are the same type with the same
coordinates.
public void free ()
Frees the memory of an allocated node.
Fields: