GdipGetImageType

 

 

Description

Gets the type (bitmap or metafile) of this Image object.

Syntax

GpStatus WINGDIPAPI GdipGetImageType(

    GpImage *image,

    ImageType *type

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetImageType ( _

    BYVAL pImage AS DWORD, _

    BYREF pType AS LONG _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

type

[out] Pointer to a variable that receives an element of the ImageType enumeration that indicates the image type.

 

Valid HTML 4.01 Transitional