The PolylineVObject type exposes the following members.
Name | Description | |
---|---|---|
PolylineVObject | Overloaded. Creates and initializes an instance of the PolylineVObject class. |
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.) |
Name | Description | |
---|---|---|
Angle |
Gets or sets an angle (in degrees) to rotate the rectangle on. (Inherited from BaseRectangleVObject.) |
|
Bounds |
Gets the size and location (in points) of this BaseRectangleVObject relatively to the Canvas it belongs to. (Inherited from BaseRectangleVObject.) |
|
Canvas |
Gets a reference to the Canvas object this VObject belongs to. (Inherited from VObject.) |
|
Color |
Gets or sets a color of this PolylineVObject. |
|
Data |
Gets or sets serialized data of this PolylineVObject. (Overrides VObject.Data.) |
|
Index |
Get the index of this VObject in the VObjectCollection. Returns |
|
IsUpdating |
Gets or sets a value indicating whether VObject is updating. (Inherited from VObject.) |
|
Layer |
Gets a reference to the Layer object this VObject belongs to. (Inherited from VObject.) |
|
Locked |
Gets or sets the value indicating if the VObject is locked. (Inherited from VObject.) |
|
Mode |
Gets or sets the state of this VObject. (Inherited from VObject.) |
|
Name |
Gets or sets the name of the VObject. (Inherited from VObject.) |
|
PointsCount |
Gets the number of points this polyline is constructed from. |
|
Rectangle |
Gets or sets a rectangle and its rotation angle. (Inherited from BaseRectangleVObject.) |
|
SupportedActions |
Gets or sets the enumeration of actions which can be applied to this VObject. (Inherited from VObject.) |
|
Tag |
Gets or sets custom data. (Inherited from VObject.) |
|
Transform |
Gets or sets value which configures v-object transformation. (Inherited from VObject.) |
|
UniqueId |
Gets or sets a unique identifier of this VObject. (Inherited from VObject.) |
|
Visible |
Gets or sets the value indicating if the VObject is visible. (Inherited from VObject.) |
|
Width |
Get or sets width of this PolylineVObject (in points). |
Name | Description | |
---|---|---|
Changed |
Raised when the VObject is modified (after the modification is completed). (Inherited from VObject.) |