-
Notifications
You must be signed in to change notification settings - Fork 38
GShape
Stanislav Podolia edited this page Nov 23, 2019
·
1 revision
-
GRect
-
GRoundedRect
-
GEllipse
-
GCircle
-
GPath
GRect : (x : double, y : double, width : double, height : double);
GRoundedRect : (x : double, y : double, width : double, height : double, radius : double);
GEllipse : (x : double, y : double, width : double, height : double);
GCircle : (x : double, y : double, radius : double);-
path : [ StaticGraphicOp ]
-
path : [ StaticGraphicOp ]