GdipImageGetFrameDimensionsList

 

 

Description

Gets the identifiers for the frame dimensions of this Image object.

Syntax

GpStatus WINGDIPAPI GdipImageGetFrameDimensionsList(

    GpImage* image,

    GUID* dimensionIDs,

    UINT count

);

PowerBASIC Syntax

DECLARE FUNCTION GdipImageGetFrameDimensionsList ( _

    BYVAL pImage AS DWORD, _

    BYREF dimensionIDs AS GUID, _

    BYVAL count AS DWORD _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

dimensionIDs

[out] Pointer to an array that receives the identifiers.

count

[in] Long integer value that specifies the number of elements in the dimensionIDs array. Call the GdipGetFrameDimensionsCount method to determine this number.

 

Valid HTML 4.01 Transitional