'Declaration
Public Function GetPixelFormat( _ ByVal ImageID As Integer _ ) As PixelFormat
public PixelFormat GetPixelFormat( int ImageID )
public function GetPixelFormat( ImageID: Integer ): PixelFormat;
public function GetPixelFormat( ImageID : int ) : PixelFormat;
public: PixelFormat GetPixelFormat( int ImageID )
public: PixelFormat GetPixelFormat( int ImageID )
Parameters
- ImageID
- GdPicture image identifier.
Return Value
A member of the PixelFormat enumeration.