Creates and initializes a new image v-object using the specified Bitmap object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _ image As Bitmap, _ scaleToActualSize As Boolean, _ x As Single, _ y As Single _ )
Type: Aurigma.GraphicsMill.Bitmap
A Bitmap instance to be displayed.Type: System.Boolean
A value indicating if the bitmap should be scaled to its actual size taking its DPI into account.Type: System.Single
The x-coordinate of the top-left corner of the image.Type: System.Single
The y-coordinate of the top-left corner of the image.