'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
Be aware that you need to release the image with the GdPictureImaging.ReleaseGdPictureImage method after being used.