HasGrayPalette256 Method (GdPictureImaging)
Determines whether the specified GdPicture image represented by its unique image identifier has a standard 8-bit gray palette.
public bool HasGrayPalette256(
int
)
public function HasGrayPalette256(
: Integer
): Boolean;
public function HasGrayPalette256(
: int
) : boolean;
public: bool HasGrayPalette256(
int
)
public:
bool HasGrayPalette256(
int
)
'Declaration
Public Function HasGrayPalette256( _
ByVal As Integer _
) As Boolean
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.