The PolylineVObject type exposes the following members.
Name | Description | |
---|---|---|
AddPoint |
Adds the specified point to the end of the points collection. |
|
BeginUpdate |
Starts updating of this VObject. (Inherited from VObject.) |
|
Draw |
Draws PolylineVObject on the specified Bitmap. (Overrides VObject.Draw(Bitmap).) |
|
EndUpdate |
Finishes updating of this VObject. (Inherited from VObject.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPoint |
Returns a point with the specified index. |
|
GetPoints |
Returns a collection of points this polyline is constructed from. |
|
GetType | (Inherited from Object.) | |
InsertPoint |
Inserts the point into the specified position. |
|
MemberwiseClone | (Inherited from Object.) | |
OnChanged |
Raises the Changed event. (Inherited from VObject.) |
|
RemovePoint |
Removes point with the specified index. |
|
SetPoint |
Sets a point to the specified position. |
|
ToString | (Inherited from Object.) | |
Update |
Updates this VObject. (Inherited from VObject.) |