Method | Description | |
---|---|---|
Arc ( this _, double x, double y, double width, double height, double start, double stop ) : void | ||
Bezier ( this _, |
||
Bezier ( this _, double x, double y, double s1x, double s1y, double s2x, double s2y, double ex, double ey ) : void | ||
Ellipse ( this _, double x, double y, double width, double height ) : void | ||
Line ( this _, double x1, double y1, double x2, double y2 ) : void | ||
Polygon ( this _ ) : void | ||
Rectangle ( this _, double x, double y, double width, double height ) : void | ||
RoundedRectangle ( this _, Rectangle rectangle, double cornerRadius ) : void | ||
RoundedRectangle ( this _, double x, double y, double width, double height, double cornerRadius ) : void | ||
RoundedRectangle ( this _, double x, double y, double width, double height, double cornerRadiusX, double cornerRadiusY ) : void |
public static Arc ( this _, double x, double y, double width, double height, double start, double stop ) : void | ||
_ | this | |
x | double | |
y | double | |
width | double | |
height | double | |
start | double | |
stop | double | |
return | void |
public static Bezier ( this _, |
||
_ | this | |
start | ||
span1 | ||
span2 | ||
end | ||
return | void |
public static Bezier ( this _, double x, double y, double s1x, double s1y, double s2x, double s2y, double ex, double ey ) : void | ||
_ | this | |
x | double | |
y | double | |
s1x | double | |
s1y | double | |
s2x | double | |
s2y | double | |
ex | double | |
ey | double | |
return | void |
public static Ellipse ( this _, double x, double y, double width, double height ) : void | ||
_ | this | |
x | double | |
y | double | |
width | double | |
height | double | |
return | void |
public static Line ( this _, double x1, double y1, double x2, double y2 ) : void | ||
_ | this | |
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | void |
public static Rectangle ( this _, double x, double y, double width, double height ) : void | ||
_ | this | |
x | double | |
y | double | |
width | double | |
height | double | |
return | void |
public static RoundedRectangle ( this _, Rectangle rectangle, double cornerRadius ) : void | ||
_ | this | |
rectangle | Rectangle | |
cornerRadius | double | |
return | void |
public static RoundedRectangle ( this _, double x, double y, double width, double height, double cornerRadius ) : void | ||
_ | this | |
x | double | |
y | double | |
width | double | |
height | double | |
cornerRadius | double | |
return | void |
public static RoundedRectangle ( this _, double x, double y, double width, double height, double cornerRadiusX, double cornerRadiusY ) : void | ||
_ | this | |
x | double | |
y | double | |
width | double | |
height | double | |
cornerRadiusX | double | |
cornerRadiusY | double | |
return | void |