Knot
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "clutter_knot_get_type ()" ) ]
[ Version ( since = "0.2" ) ]
public struct Knot
Point in a path behaviour.
Content:
Methods:
- public Knot? copy ()
Makes an allocated copy of a knot.
- public bool equal (Knot knot_b)
Compares to knot and checks if the point to the same location.
- public void free ()
Frees the memory of an allocated knot.
Fields:
- public int x
- public int y