PolylineVObject Methods

The PolylineVObject type exposes the following members.

Methods

Name Description
Public method Accept (Overrides VObject.Accept(IVObjectVisitor).)
Public method AddPoint

Adds the specified point to the end of the points collection.

Public method BeginUpdate

Starts updating of this VObject.

(Inherited from VObject.)
Public method Clone (Inherited from VObject.)
Public method Draw

Draws VObject on the specified Bitmap.

(Inherited from VObject.)
Public method EndUpdate

Finishes updating of this VObject.

(Inherited from VObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetColorManagement (Inherited from VObject.)
Public method GetDrawer (Inherited from VObject.)
Protected method GetDrawingPath (Inherited from BaseRectangleVObject.)
Public method GetHashCode (Inherited from Object.)
Protected method GetPath (Overrides BaseRectangleVObject.GetPath()().)
Public method GetPoint

Returns a point with the specified index.

Public method GetPoints

Returns a collection of points this polyline is constructed from.

Public method GetType (Inherited from Object.)
Public method GetVObjectData (Overrides VObject.GetVObjectData()().)
Public method GetVObjectDataType (Overrides VObject.GetVObjectDataType()().)
Public method InsertPoint

Inserts the point into the specified position.

Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChanged

Raises the Changed event.

(Inherited from VObject.)
Public method RemovePoint

Removes point with the specified index.

Public method SetPoint

Sets a point to the specified position.

Public method ToString (Inherited from Object.)
Protected method Transform_TransformChanged (Inherited from VObject.)

See Also

Reference