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.) |
Name | Description | |
---|---|---|
actualPoints |
Gets an array points this polyline is constructed from. |
|
bounds |
Gets the size and location of this BaseRectangleVObject taking into account its rotation and margins. (Inherited from BaseRectangleVObject.) |
|
canvas |
Gets a reference to the Canvas object this vector object belongs to. (Inherited from VObject.) |
|
color |
Gets or sets a color of this vector polyline. |
|
controlPoints |
Gets or sets an array of control points associated with the v-object. (Inherited from VObject.) |
|
cursor | (Inherited from BaseRectangleVObject.) | |
data |
Gets or sets serialized data of this v-object. (Inherited from VObject.) |
|
index |
Get the index of this v-object in the VObjectCollection. Returns |
|
layer |
Gets a reference to the Layer object this vector object belongs to. (Inherited from VObject.) |
|
locked |
Gets or sets the value indicating if the v-object is locked. (Inherited from VObject.) |
|
mode |
Gets or sets the state of this v-object. (Inherited from VObject.) |
|
name |
Gets or sets the name of this vector object. (Inherited from VObject.) |
|
permissions | (Inherited from VObject.) | |
ready |
Check if VObject is ready. The property considered to be internal. (Inherited from VObject.) |
|
rectangle |
Gets or sets a rectangle and its rotation angle. (Inherited from BaseRectangleVObject.) |
|
selectionRectangle | (Inherited from BaseRectangleVObject.) | |
supportedActions |
Gets or sets the enumeration of actions which can be applied to this vector object. (Inherited from VObject.) |
|
tag |
Gets or sets custom data. (Inherited from VObject.) |
|
textWrappingMode | (Inherited from BaseRectangleVObject.) | |
transform |
Gets or sets value which configures v-object transformation. (Inherited from VObject.) |
|
uniqueId |
Gets or sets a unique identifier of this vector object. (Inherited from VObject.) |
|
visible |
Gets or sets the value indicating if the v-object is visible. (Inherited from VObject.) |
|
width |
Get or sets width of this vector polyline (in points). |
Name | Description | |
---|---|---|
beforeCreate |
Fires when v-object is about to be created. (Inherited from VObject.) |
|
changed |
Fires when v-object was modified (after the end of an operation). (Inherited from VObject.) |
|
changing |
Fires before v-object is being modified (before the start of an operation). (Inherited from VObject.) |
|
doubleClick |
Fires when v-object double click. (Inherited from BaseRectangleVObject.) |