'Declaration
Public Function GetGraphicsFromGdPictureImage( _ ByVal ImageID As Integer _ ) As Graphics
public Graphics GetGraphicsFromGdPictureImage( int ImageID )
public function GetGraphicsFromGdPictureImage( ImageID: Integer ): Graphics;
public function GetGraphicsFromGdPictureImage( ImageID : int ) : Graphics;
public: Graphics* GetGraphicsFromGdPictureImage( int ImageID )
public: Graphics^ GetGraphicsFromGdPictureImage( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the source image for further usage.
Return Value
A Graphics Object associated with this GdPicture image.