This documentation is for the old version. Go to the latest Graphics Mill docs

PolylineVObject Methods

The PolylineVObject type exposes the following members.

Methods

Name Description
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 Draw

Draws PolylineVObject on the specified Bitmap.

(Overrides VObject.Draw(Bitmap).)
Public method EndUpdate

Finishes updating of this VObject.

(Inherited from VObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
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 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.)
Public method Update

Updates this VObject.

(Inherited from VObject.)

See Also

Reference