GdipImageRotateFlip

 

 

Description

Rotates and flips this image.

Syntax

GpStatus WINGDIPAPI GdipImageRotateFlip(

    GpImage *image,

    RotateFlipType rfType

);

PowerBASIC Syntax

DECLARE FUNCTION GdipImageRotateFlip ( _

    BYVAL pImage AS DWORD, _

    BYVAL rfType AS LONG _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

rfType

[in] Element of the RotateFlipType enumeration that specifies the type of rotation and the type of flip.

 

Valid HTML 4.01 Transitional