The ImageVObject type exposes the following members.
Name | Description | |
---|---|---|
clone | (Inherited from VObject.) | |
dispose |
Removes the current ImageVObject from the application. (Inherited from ContentVObject.) |
|
draw |
Draws this vector image. (Inherited from ContentVObject.) |
|
drawDesign |
Draws grips which frame this rectangle vector object. (Inherited from BaseRectangleVObject.) |
|
endUpdate | (Inherited from VObject.) | |
getImageUrl | ||
hitTest |
Determines whether the specified point is located inside this vector object. (Inherited from BaseRectangleVObject.) |
|
initialize |
Initializes the current VObject. (Inherited from VObject.) |
|
isLoadingImage | (Inherited from ContentVObject.) | |
isLocked | (Inherited from VObject.) | |
isVisible | (Inherited from VObject.) | |
loadImage |
Loads a bitmap from the external source using the specified parameters. |
|
processEvent |
Executes the specified event. (Inherited from BaseRectangleVObject.) |
|
processKeyEvent | (Inherited from BaseRectangleVObject.) | |
processMouseEvent | (Inherited from ContentVObject.) | |
quickUpdate |
Update this vector image only. (Inherited from ContentVObject.) |
|
raiseChanged |
Fires the changed event. (Inherited from VObject.) |
|
raiseChanging |
Fires the changing event. (Inherited from VObject.) |
|
update |
Updates this image v-object. |
Name | Description | |
---|---|---|
maxImageSize |
Name | Description | |
---|---|---|
borderColor |
Gets or sets a color of the border around this vector rectangle. (Inherited from RectangleVObject.) |
|
borderWidth |
Gets or sets a width of the border around this vector rectangle. (Inherited from RectangleVObject.) |
|
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.) |
|
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.) |
|
fillColor |
Gets or sets a color used to fill this vector rectangle. (Inherited from RectangleVObject.) |
|
fixedBorderWidth | (Inherited from RectangleVObject.) | |
height |
Gets or sets the height of this vector rectangle. (Inherited from RectangleVObject.) |
|
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.) |
|
location |
Gets or sets the coordinates of the upper-left corner of this vector rectangle. (Inherited from RectangleVObject.) |
|
locked |
Gets or sets the value indicating if the v-object is locked. (Inherited from VObject.) |
|
maskColor | (Inherited from ContentVObject.) | |
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 | (Inherited from ContentVObject.) | |
rectangle |
Gets a rectangle and its rotation angle corresponded to this image vector object. (Inherited from RectangleVObject.) |
|
saveAspectRatio |
Specifies whether a size of the image v-object should be same as a size of loaded image. |
|
scaleToActualSize |
Get the value that specifies whether to take into account image resolution (DPI) when calculating the aspect ratio. |
|
selectionRectangle | (Inherited from BaseRectangleVObject.) | |
sourceFileId | ||
sourceImageHeight | ||
sourceImageWidth | ||
src |
Gets or sets the image source. |
|
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 |
Gets or sets the width of this vector rectangle. (Inherited from RectangleVObject.) |
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.) |
|
imageResized |
Fires when the image is resized. |