This documentation is for the old version. Go to the latest Graphics Mill docs

ImageVObject Methods

The ImageVObject type exposes the following members.

Methods

Name Description
Public method dispose

Removes the current ImageVObject from the application.

Public method draw

Draws this vector image.

Public method drawDesign

Draws grips which frame this rectangle vector object.

(Inherited from BaseRectangleVObject.)
Public method hitTest

Determines whether the specified point is located inside this vector rectangle.

(Inherited from BaseRectangleVObject.)
Public method initialize

Initializes the current VObject.

(Inherited from VObject.)
Public method loadImage

Loads a bitmap from the external source using the specified parameters.

Public method processEvent

Executes the specified event.

Public method quickUpdate

Update this vector image only.

Public method raiseChanged

Fires the changed event.

(Inherited from VObject.)
Public method raiseChanging

Fires the changing event.

(Inherited from VObject.)
Public method update

Updates this image v-object.

See Also

Reference