Méthode | Description | |
---|---|---|
Clone ( ) : |
||
Copy ( |
||
DrawingState ( ) : System | ||
Fill ( System.Color color ) : void | ||
Font ( string name, FontWeight weight, FontStyle style ) : void | ||
NoFill ( ) : void | ||
NoPixelAlign ( ) : void | ||
NoStroke ( ) : void | ||
PixelAlign ( ) : void | ||
RestoreState ( ) : void | ||
SaveState ( ) : void | ||
Stroke ( System.Color color, double weight, StrokeAlignment alignment ) : void | ||
Text ( double size, System.Color color, TextAlignment alignment, ParagraphAlignment paragraphAlignment, WordWrapping wordWrapping ) : void |
public static Copy ( |
||
@from | ||
to | ||
Résultat | void |
public Font ( string name, FontWeight weight, FontStyle style ) : void | ||
name | string | |
weight | FontWeight | |
style | FontStyle | |
Résultat | void |
public Stroke ( System.Color color, double weight, StrokeAlignment alignment ) : void | ||
color | System.Color | |
weight | double | |
alignment | StrokeAlignment | |
Résultat | void |
public Text ( double size, System.Color color, TextAlignment alignment, ParagraphAlignment paragraphAlignment, WordWrapping wordWrapping ) : void | ||
size | double | |
color | System.Color | |
alignment | TextAlignment | |
paragraphAlignment | ParagraphAlignment | |
wordWrapping | WordWrapping | |
Résultat | void |