Path
Object Hierarchy:
Description:
[ CCode ( copy_function = "cogl_path_copy" ) ]
[ Compact ]
public class Path
[ Compact ]
public class Path
Namespace: Cogl
  
  Package: cogl-1.0
  
  Content:
Static methods:
- public static void @new ()
      
      
 - public static void arc (float center_x, float center_y, float radius_x, float radius_y, float angle_1, float angle_2)
      
      
 - public static void close ()
      
      
 - public static void curve_to (float x_1, float y_1, float x_2, float y_2, float x_3, float y_3)
      
      
 - public static void ellipse (float center_x, float center_y, float radius_x, float radius_y)
      
      
 - public static void fill ()
      
      
 - public static void fill_preserve ()
      
      
 - public static Type fill_rule_get_type ()
      
      
 - public static PathFillRule get_fill_rule ()
      
      
 - public static void line (float x_1, float y_1, float x_2, float y_2)
      
      
 - public static void line_to (float x, float y)
      
      
 - public static void move_to (float x, float y)
      
      
 - public static void polygon (float[] coords, int num_points)
      
      
 - public static void polyline (float[] coords, int num_points)
      
      
 - public static void rectangle (float x_1, float y_1, float x_2, float y_2)
      
      
 - public static void rel_curve_to (float x_1, float y_1, float x_2, float y_2, float x_3, float y_3)
      
      
 - public static void rel_line_to (float x, float y)
      
      
 - public static void rel_move_to (float x, float y)
      
      
 - public static void round_rectangle (float x_1, float y_1, float x_2, float y_2, float radius, float arc_step)
      
      
 - public static void set_fill_rule (PathFillRule fill_rule)
      
      
 - public static void stroke ()
      
      
 - public static void stroke_preserve ()
      
      
 
Methods:
- public unowned Path copy ()