Description
Gets the pixel format of this Image object.
Syntax
GpStatus WINGDIPAPI GdipGetImagePixelFormat(
GpImage *image,
PixelFormat
*format
);
PowerBASIC Syntax
DECLARE FUNCTION GdipGetImagePixelFormat ( _
BYVAL pImage AS
DWORD, _
BYREF pFormat
AS LONG _
) AS LONG
Parameters
image
[in] Pointer to the Image object.
size
[in] Poingter to a variable that receives an integer value that indicates
the pixel format of this Image object. The PixelFormat data type and constants
that represent various pixel formats are defined in Gdipluspixelformats.h.
|