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 clone (Inherited from VObject.)
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 endUpdate (Inherited from VObject.)
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 isLoadingImage

Detemine is process of loading image for object from server, is in progress

(Inherited from VObject.)
Public method isLocked (Inherited from VObject.)
Public method isVisible (Inherited from VObject.)
Public method processEvent

Executes the specified event.

Public method processKeyEvent (Inherited from BaseRectangleVObject.)
Public method processMouseEvent (Inherited from BaseRectangleVObject.)
Public method quickUpdate (Inherited from VObject.)
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

this function calls server update function for this object (for example for update text).

(Inherited from VObject.)

See Also

Reference