GdPicture image identifier.





In This Topic

GetPixelFormat Method (GdPictureImaging)

In This Topic
Returns the pixel format of a GdPicture image.
Syntax
'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.
See Also