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 BeginUpdate

Starts updating of this VObject.

(Inherited from VObject.)
Public method Draw

Draws ImageVObject on the specified Bitmap.

(Overrides RectangleVObject.Draw(Bitmap).)
Public method EndUpdate

Finishes updating of this VObject.

(Inherited from VObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadImage Overloaded.

Loads the bitmap from the external source.

Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChanged

Raises the Changed event.

(Overrides VObject.OnChanged().)
Public method ToString (Inherited from Object.)
Public method Update

Updates this ImageVObject.

(Overrides VObject.Update(Object[]).)

See Also

Reference