See Also Examples Applies To
Exports the native image as HBitmap handle.
Syntax
object.GetHBitmap ()
The GetHBitmap syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. A new HBitmap handle wich will contains the native image data.
Remarks
Call the GetStat() method to see if this method success.
DO NOT FORGET to release the HBitmap object with the DeleteHBitmap() method.
Category
Saving, Export and Close Image