See Also Examples Applies To
Exports the native GdPicture image as Dib (Device Independent Bitmap).
Syntax
object.GetDib ()
The GetDib 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 dib based on the native GdPicture image.
Remarks
Call the GetStat() function to see if this function success.
DO NOT FORGET to release the dib with the RemoveDib() function.
Category
Export Image