GdipImageSelectActiveFrame

 

 

Description

Selects the frame in this Image object specified by a dimension and an index.

Syntax

GpStatus WINGDIPAPI GdipImageSelectActiveFrame(

    GpImage *image,

    GDIPCONST GUID* dimensionID,

    UINT frameIndex

);

PowerBASIC Syntax

DECLARE FUNCTION GdipImageSelectActiveFrame ( _

    BYVAL pImage AS DWORD, _

    BYREF dimensionID AS GUID, _

    BYVAL frameIndex AS DWORD _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

dimensionID

[in] Pointer to a GUID that specifies the frame dimension.

frameIndex

[in] Long integer value that specifies the index of the frame within the specified frame dimension.

 

Valid HTML 4.01 Transitional