The PolylineVObject type exposes the following members.
Name | Description | |
---|---|---|
addPoint |
Adds the specified point to the end of the points array. |
|
clone | (Inherited from VObject.) | |
dispose |
Removes the current VObject from the application. (Inherited from VObject.) |
|
draw |
Draws this vector polyline. |
|
drawDesign |
Draws grips which frame this rectangle vector object. (Inherited from BaseRectangleVObject.) |
|
endUpdate | (Inherited from VObject.) | |
getPoint |
Returns a point with the specified index. |
|
getPoints |
Returns an array of points this polyline is constructed from. |
|
getPointsCount |
Gets the number of points this polyline is constructed from. |
|
hitTest |
Determines whether the specified point belongs to this vector polyline. |
|
initialize |
Initializes the current VObject. (Inherited from VObject.) |
|
insertPoint |
Inserts the point into the specified position. |
|
isLoadingImage |
Detemine is process of loading image for object from server, is in progress (Inherited from VObject.) |
|
isLocked | (Inherited from VObject.) | |
isVisible | (Inherited from VObject.) | |
processEvent |
Executes the specified event. |
|
processKeyEvent | (Inherited from BaseRectangleVObject.) | |
processMouseEvent | (Inherited from BaseRectangleVObject.) | |
quickUpdate | (Inherited from VObject.) | |
raiseChanged |
Fires the changed event. (Inherited from VObject.) |
|
raiseChanging |
Fires the changing event. (Inherited from VObject.) |
|
removePoint |
Removes point with the specified index. |
|
setPoint |
Sets a point to the specified position. |
|
update |
this function calls server update function for this object (for example for update text). (Inherited from VObject.) |