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

ImageVObject Constructor

Creates and initializes an instance of the ImageVObject class.

Overload List

Name Description
Public method ImageVObject()

Creates and initializes an instance of the ImageVObject class.

Public method ImageVObject(Boolean)

Creates and initializes an instance of the ImageVObject class using the specified settings.

Public method ImageVObject(FileInfo)

Creates and initializes an instance of the ImageVObject class using the specified FileInfo.

Public method ImageVObject(Uri)

Creates and initializes an instance of the ImageVObject class using the specified Uri.

Public method ImageVObject(Bitmap)

Creates and initializes an instance of the ImageVObject class using the specified Bitmap.

Public method ImageVObject(FileInfo, Boolean)

Creates and initializes an instance of the ImageVObject class using the specified settings.

Public method ImageVObject(Uri, Boolean)

Creates and initializes an instance of the ImageVObject class using the specified settings.

Public method ImageVObject(Bitmap, Boolean)

Creates and initializes an instance of the ImageVObject class using the specified settings.

Public method ImageVObject(Uri, Boolean, Boolean)

Creates and initializes an instance of the ImageVObject class using the specified settings.

See Also

Reference