예제 #1
0
 public static extern void uiDrawFill(uiDrawContextPtr *c, uiDrawPath *path, uiDrawBrush *b);
예제 #2
0
 public static extern void uiDrawClip(uiDrawContextPtr *c, uiDrawPath *path);
예제 #3
0
 public static extern void uiDrawPathEnd(uiDrawPath *p);
예제 #4
0
 public static extern void uiDrawStroke(uiDrawContextPtr *c, uiDrawPath *path, uiDrawBrush *b, uiDrawStrokeParams *p);
예제 #5
0
 public static extern void uiDrawPathCloseFigure(uiDrawPath *p);
예제 #6
0
 public static extern void uiDrawPathAddRectangle(uiDrawPath *p, double x, double y, double width, double height);
예제 #7
0
 public static extern void uiDrawPathBezierTo(uiDrawPath *p, double c1x, double c1y, double c2x, double c2y, double endX, double endY);
예제 #8
0
 public static extern void uiDrawPathArcTo(uiDrawPath *p, double xCenter, double yCenter, double radius, double startAngle, double sweep, int negative);
예제 #9
0
 public static extern void uiDrawPathLineTo(uiDrawPath *p, double x, double y);
예제 #10
0
 public static extern void uiDrawPathNewFigure(uiDrawPath *p, double x, double y);
예제 #11
0
 public static extern void uiDrawFreePath(uiDrawPath *p);