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 array.

Public method dispose

Removes the current VObject from the application.

(Inherited from VObject.)
Public method draw

Draws this vector polyline.

Public method drawDesign

Draws grips which frame this rectangle vector object.

(Inherited from BaseRectangleVObject.)
Public method getPoint

Returns a point with the specified index.

Public method getPoints

Returns an array of points this polyline is constructed from.

Public method getPointsCount

Gets the number of points this polyline is constructed from.

Public method hitTest

Determines whether the specified point belongs to this vector polyline.

Public method initialize

Initializes the current VObject.

(Inherited from VObject.)
Public method insertPoint

Inserts the point into the specified position.

Public method processEvent

Executes the specified event.

Public method raiseChanged

Fires the changed event.

(Inherited from VObject.)
Public method raiseChanging

Fires the changing 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 update

Updates the canvas state.

(Inherited from VObject.)

See Also

Reference