'Declaration
Public Function GetHBitmapFromGdPictureImage( _ ByVal ImageID As Integer _ ) As IntPtr
public IntPtr GetHBitmapFromGdPictureImage( int ImageID )
public function GetHBitmapFromGdPictureImage( ImageID: Integer ): IntPtr;
public function GetHBitmapFromGdPictureImage( ImageID : int ) : IntPtr;
public: IntPtr GetHBitmapFromGdPictureImage( int ImageID )
public: IntPtr GetHBitmapFromGdPictureImage( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image to export.
Return Value
A pointer to a newly created HBitmap object based on Microsoft® Windows® Graphics Device Interface (GDI), as an IntPtr value, containing the specified GdPictureImage data. The GetStat method can be subsequently used to determine if this method has been successful.