Méthode | Description | |
---|---|---|
Draw ( |
Draws the text on a plot surface.
|
|
TextItem ( PointD position, string text ) : System.Drawing |
Constructor
|
Méthode | Description | |
---|---|---|
Init ( ) : void |
public Draw ( |
||
g | graphics surface on which to draw | |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
Résultat | void |
public TextItem ( PointD position, string text ) : System.Drawing | ||
position | PointD | The position the text starts. |
text | string | The text. |
Résultat | System.Drawing |