Gets a System.Drawing.Bitmap object from the ImageX object.
'Declaration
Public Function ToBitmap( _
ByVal As Boolean _
) As Bitmap
'Usage
Dim instance As ImageX
Dim release As Boolean
Dim value As Bitmap
value = instance.ToBitmap(release)
Parameters
- release
- Controls whether the current image is released from the ImageX object
Return Value
A System.Drawing.Bitmap object