'Declaration
Public Function HasGrayPalette256( _ ByVal ImageID As Integer _ ) As Boolean
public bool HasGrayPalette256( int ImageID )
public function HasGrayPalette256( ImageID: Integer ): Boolean;
public function HasGrayPalette256( ImageID : int ) : boolean;
public: bool HasGrayPalette256( int ImageID )
public: bool HasGrayPalette256( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the image in use.
Return Value
true if the specified image is a standard 8-bit grayscale image, otherwise false. The GdPictureImaging.GetStat method can be subsequently used to determine if this method has been successful.