Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( Point pt ) : void |
Adds a point to the stroke.
|
|
Draw ( |
Draws the complete stroke
|
|
DrawLast ( |
Draws only last segment of the stroke.
|
|
Seal ( ) : void |
Seal the object. To improve performance, Seal replaces the list with fixed array. |
public Add ( Point pt ) : void | ||
pt | Point | point to be added to the stroke |
return | void |
public Draw ( |
||
graphics | the form's graphics object | |
return | void |
public DrawLast ( |
||
graphics | the drawing surface | |
return | void |