Method | Description | |
---|---|---|
Ellipse ( this backend, Rectangle rectangle ) : IGeometry | ||
Ellipse ( this backend, double x, double y, double width, double height ) : IGeometry | ||
Geometry ( this backend, Action |
||
Line ( this backend, Point from, Point to ) : IGeometry | ||
Line ( this backend, double x1, double y1, double x2, double y2 ) : IGeometry | ||
Polygon ( this backend ) : IGeometry | ||
Rectangle ( this backend, Rectangle rectangle ) : IGeometry | ||
Rectangle ( this backend, double x, double y, double width, double height ) : IGeometry | ||
RoundedRectangle ( this backend, Rectangle rectangle, double cornerRadius ) : IGeometry | ||
RoundedRectangle ( this backend, double x, double y, double width, double height, double cornerRadius ) : IGeometry |
public static Ellipse ( this backend, Rectangle rectangle ) : IGeometry | ||
backend | this | |
rectangle | Rectangle | |
return | IGeometry |
public static Ellipse ( this backend, double x, double y, double width, double height ) : IGeometry | ||
backend | this | |
x | double | |
y | double | |
width | double | |
height | double | |
return | IGeometry |
public static Geometry ( this backend, Action |
||
backend | this | |
geometryBuilder | Action |
|
return | IGeometry |
public static Line ( this backend, Point from, Point to ) : IGeometry | ||
backend | this | |
from | Point | |
to | Point | |
return | IGeometry |
public static Line ( this backend, double x1, double y1, double x2, double y2 ) : IGeometry | ||
backend | this | |
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
return | IGeometry |
public static Polygon ( this backend ) : IGeometry | ||
backend | this | |
return | IGeometry |
public static Rectangle ( this backend, Rectangle rectangle ) : IGeometry | ||
backend | this | |
rectangle | Rectangle | |
return | IGeometry |
public static Rectangle ( this backend, double x, double y, double width, double height ) : IGeometry | ||
backend | this | |
x | double | |
y | double | |
width | double | |
height | double | |
return | IGeometry |
public static RoundedRectangle ( this backend, Rectangle rectangle, double cornerRadius ) : IGeometry | ||
backend | this | |
rectangle | Rectangle | |
cornerRadius | double | |
return | IGeometry |
public static RoundedRectangle ( this backend, double x, double y, double width, double height, double cornerRadius ) : IGeometry | ||
backend | this | |
x | double | |
y | double | |
width | double | |
height | double | |
cornerRadius | double | |
return | IGeometry |