You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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(Bitmap)

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

Public method ImageVObject(Boolean)

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

Public method ImageVObject(Uri)

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

Public method ImageVObject(Bitmap, Boolean)

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

Public method ImageVObject(Boolean, PointF)
Public method ImageVObject(FileInfo, Boolean)
Public method ImageVObject(String, Boolean)
Public method ImageVObject(Uri, Boolean)

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

Public method ImageVObject(Bitmap, Boolean, PointF)
Public method ImageVObject(Boolean, PointF, Single, Single)
Public method ImageVObject(Bitmap, Boolean, PointF, Single, Single)
Public method ImageVObject(FileInfo, Boolean, Boolean, PointF, Single, Single)
Public method ImageVObject(String, Boolean, Boolean, PointF, Single, Single)

See Also

Reference