Method | Description | |
---|---|---|
Arc ( Rectangle rectangle, double start, double stop ) : void | ||
Bezier ( |
||
Create ( IDrawingBackend backend, |
||
Ellipse ( Rectangle rectangle ) : void | ||
Geometry ( IGeometry geometry ) : void | ||
Line ( Point p1, Point p2 ) : void | ||
MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize | ||
Polygon ( Point points ) : void | ||
Rectangle ( Rectangle rectangle ) : void | ||
Report ( string text ) : void | ||
RoundedRectangle ( Rectangle rectangle, |
||
Text ( string text, Rectangle rectangle ) : void |
Method | Description | |
---|---|---|
BoundsTrackingDrawingTarget ( |
public Arc ( Rectangle rectangle, double start, double stop ) : void | ||
rectangle | Rectangle | |
start | double | |
stop | double | |
return | void |
public static Create ( IDrawingBackend backend, |
||
backend | IDrawingBackend | |
boundsTracker | ||
return | IDrawingTarget |
public Ellipse ( Rectangle rectangle ) : void | ||
rectangle | Rectangle | |
return | void |
public Geometry ( IGeometry geometry ) : void | ||
geometry | IGeometry | |
return | void |
public MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize | ||
text | string | |
maxWidth | double | |
maxHeight | double | |
return | TextSize |
public Rectangle ( Rectangle rectangle ) : void | ||
rectangle | Rectangle | |
return | void |
public RoundedRectangle ( Rectangle rectangle, |
||
rectangle | Rectangle | |
cornerRadius | ||
return | void |
public Text ( string text, Rectangle rectangle ) : void | ||
text | string | |
rectangle | Rectangle | |
return | void |