See Also Examples Applies To
Returns a gdiplus image handle from the native GdPicture image.
Syntax
object.GetGdiplusImage ()
The GetGdiplusImage syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
Returns
Long. The exported gdiplus image handle.
Remarks
The exported GDIPLUS image will have the same pixel source as the native GdPicture image.
Therefore, if you remove the native GdPicture image from memory you will remove in same time the exported gdiplus image data.
Category
Export Image