메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BoundsTrackingDrawingTarget ( |
public Arc ( Rectangle rectangle, double start, double stop ) : void | ||
rectangle | Rectangle | |
start | double | |
stop | double | |
리턴 | void |
public static Create ( IDrawingBackend backend, |
||
backend | IDrawingBackend | |
boundsTracker | ||
리턴 | IDrawingTarget |
public MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize | ||
text | string | |
maxWidth | double | |
maxHeight | double | |
리턴 | TextSize |
public RoundedRectangle ( Rectangle rectangle, |
||
rectangle | Rectangle | |
cornerRadius | ||
리턴 | void |
public Text ( string text, Rectangle rectangle ) : void | ||
text | string | |
rectangle | Rectangle | |
리턴 | void |