'Declaration
Public Function GetDibFromGdPictureImage( _ ByVal ImageID As Integer _ ) As IntPtr
public IntPtr GetDibFromGdPictureImage( int ImageID )
public function GetDibFromGdPictureImage( ImageID: Integer ): IntPtr;
public function GetDibFromGdPictureImage( ImageID : int ) : IntPtr;
public: IntPtr GetDibFromGdPictureImage( int ImageID )
public: IntPtr GetDibFromGdPictureImage( 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 DIB object, known as Device Independent Bitmap (DIB), as an IntPtr value, containing the specified GdPictureImage data. The GdPictureImaging.GetStat method can be subsequently used to determine if this method has been successful.