Méthode | Description | |
---|---|---|
Arc ( Rectangle rectangle, double start, double stop ) : void | ||
Bezier ( |
||
Dispose ( ) : void | ||
DrawingTargetSplitter ( IDrawingBackend backend, IDrawingState state, IDrawingTransform transform, IGeometryFigures figures, IDrawingElements elements, ITextMeasurements measurements, IDrawingTargetBitmap bitmap, IReportingTarget reporting, System.Action disposer ) : System | ||
Ellipse ( Rectangle rectangle ) : void | ||
Fill ( System.Color color = null ) : void | ||
Font ( string name = null, FontWeight weight = null, FontStyle style = null ) : void | ||
Geometry ( IGeometry geometry ) : void | ||
Line ( Point p1, Point p2 ) : void | ||
MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize | ||
NoFill ( ) : void | ||
NoPixelAlign ( ) : void | ||
NoStroke ( ) : void | ||
PixelAlign ( ) : void | ||
Polygon ( Point points ) : void | ||
Rectangle ( Rectangle rectangle ) : void | ||
Report ( string text ) : void | ||
RestoreState ( ) : void | ||
RestoreTransform ( ) : void | ||
Rotate ( double radians, double centerX = null, double centerY = null ) : void | ||
RoundedRectangle ( Rectangle rectangle, |
||
SaveState ( ) : void | ||
SaveTransform ( ) : void | ||
Scale ( double sx, double sy, double centerX = null, double centerY = null ) : void | ||
Stroke ( System.Color color = null, double weight = null, StrokeAlignment alignment = null ) : void | ||
Text ( double size = null, System.Color color = null, TextAlignment alignment = null, ParagraphAlignment paragraphAlignment = null, WordWrapping wordWrapping = null ) : void | ||
Text ( string text, Rectangle rectangle ) : void | ||
Translate ( double dx, double dy ) : void |
public Arc ( Rectangle rectangle, double start, double stop ) : void | ||
rectangle | Rectangle | |
start | double | |
stop | double | |
Résultat | void |
public Bezier ( |
||
bezier | ||
Résultat | void |
public DrawingTargetSplitter ( IDrawingBackend backend, IDrawingState state, IDrawingTransform transform, IGeometryFigures figures, IDrawingElements elements, ITextMeasurements measurements, IDrawingTargetBitmap bitmap, IReportingTarget reporting, System.Action disposer ) : System | ||
backend | IDrawingBackend | |
state | IDrawingState | |
transform | IDrawingTransform | |
figures | IGeometryFigures | |
elements | IDrawingElements | |
measurements | ITextMeasurements | |
bitmap | IDrawingTargetBitmap | |
reporting | IReportingTarget | |
disposer | System.Action | |
Résultat | System |
public Ellipse ( Rectangle rectangle ) : void | ||
rectangle | Rectangle | |
Résultat | void |
public Fill ( System.Color color = null ) : void | ||
color | System.Color | |
Résultat | void |
public Font ( string name = null, FontWeight weight = null, FontStyle style = null ) : void | ||
name | string | |
weight | FontWeight | |
style | FontStyle | |
Résultat | void |
public Geometry ( IGeometry geometry ) : void | ||
geometry | IGeometry | |
Résultat | void |
public MeasureText ( string text, double maxWidth = Double.PositiveInfinity, double maxHeight = Double.PositiveInfinity ) : TextSize | ||
text | string | |
maxWidth | double | |
maxHeight | double | |
Résultat | TextSize |
public Rectangle ( Rectangle rectangle ) : void | ||
rectangle | Rectangle | |
Résultat | void |
public Rotate ( double radians, double centerX = null, double centerY = null ) : void | ||
radians | double | |
centerX | double | |
centerY | double | |
Résultat | void |
public RoundedRectangle ( Rectangle rectangle, |
||
rectangle | Rectangle | |
cornerRadius | ||
Résultat | void |
public Scale ( double sx, double sy, double centerX = null, double centerY = null ) : void | ||
sx | double | |
sy | double | |
centerX | double | |
centerY | double | |
Résultat | void |
public Stroke ( System.Color color = null, double weight = null, StrokeAlignment alignment = null ) : void | ||
color | System.Color | |
weight | double | |
alignment | StrokeAlignment | |
Résultat | void |
public Text ( double size = null, System.Color color = null, TextAlignment alignment = null, ParagraphAlignment paragraphAlignment = null, WordWrapping wordWrapping = null ) : void | ||
size | double | |
color | System.Color | |
alignment | TextAlignment | |
paragraphAlignment | ParagraphAlignment | |
wordWrapping | WordWrapping | |
Résultat | void |
public Text ( string text, Rectangle rectangle ) : void | ||
text | string | |
rectangle | Rectangle | |
Résultat | void |
public Translate ( double dx, double dy ) : void | ||
dx | double | |
dy | double | |
Résultat | void |