'Declaration
Public Function GetDibFromGdPictureImageI( _ ByVal ImageID As Integer _ ) As Integer
public int GetDibFromGdPictureImageI( int ImageID )
public function GetDibFromGdPictureImageI( ImageID: Integer ): Integer;
public function GetDibFromGdPictureImageI( ImageID : int ) : int;
public: int GetDibFromGdPictureImageI( int ImageID )
public: int GetDibFromGdPictureImageI( 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 integer value, containing the specified GdPictureImage data. The GdPictureImaging.GetStat method can be subsequently used to determine if this method has been successful.