Méthode | Description | |
---|---|---|
ArrowItem ( PointD position ) : System |
Default constructor : text = "" angle = 45 degrees anticlockwise from horizontal.
|
|
ArrowItem ( PointD position, double angle ) : System |
Constructor
|
|
ArrowItem ( PointD position, double angle, string text ) : System |
Constructor
|
|
Draw ( System g, |
Draws the arrow on a plot surface.
|
Méthode | Description | |
---|---|---|
Init ( ) : void |
public ArrowItem ( PointD position ) : System | ||
position | PointD | The position the arrow points to. |
Résultat | System |
public ArrowItem ( PointD position, double angle ) : System | ||
position | PointD | The position the arrow points to. |
angle | double | angle of arrow with respect to x axis. |
Résultat | System |
public ArrowItem ( PointD position, double angle, string text ) : System | ||
position | PointD | The position the arrow points to. |
angle | double | angle of arrow with respect to x axis. |
text | string | The text associated with the arrow. |
Résultat | System |
public Draw ( System g, |
||
g | System | graphics surface on which to draw |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
Résultat | void |