'Declaration
Public Function CreateClonedGdPictureImage24BppRGB( _ ByVal ImageID As Integer _ ) As Integer
public int CreateClonedGdPictureImage24BppRGB( int ImageID )
public function CreateClonedGdPictureImage24BppRGB( ImageID: Integer ): Integer;
public function CreateClonedGdPictureImage24BppRGB( ImageID : int ) : int;
public: int CreateClonedGdPictureImage24BppRGB( int ImageID )
public: int CreateClonedGdPictureImage24BppRGB( 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 GdPictureImaging.GetStat method to determine if this method has been successful.
Be aware that you need to release the image with the GdPictureImaging.ReleaseGdPictureImage method after being used.