'Declaration
Public Function CreateClonedGdPictureImage32BppARGB( _ ByVal ImageID As Integer _ ) As Integer
public int CreateClonedGdPictureImage32BppARGB( int ImageID )
public function CreateClonedGdPictureImage32BppARGB( ImageID: Integer ): Integer;
public function CreateClonedGdPictureImage32BppARGB( ImageID : int ) : int;
public: int CreateClonedGdPictureImage32BppARGB( int ImageID )
public: int CreateClonedGdPictureImage32BppARGB( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the source image to clone.
Return Value
A unique image identifier of the GdPicture image representing the newly created image. The returned value is non-zero if the image is successfully created. Please first of all use the GetStat method to determine if this method has been successful.
Be aware that you need to release the image with the ReleaseGdPictureImage method after being used.