GdipRotateLineTransform

 

 

Description

Updates this brush's current transformation matrix with the product of itself and a rotation matrix.

Syntax

GpStatus WINGDIPAPI GdipRotateLineTransform(

    GpLineGradient* brush,

    REAL angle,

    GpMatrixOrder order

);

PowerBASIC Syntax

DECLARE FUNCTION GdipRotateLineTransform ( _

    BYVAL brush AS DWORD, _

    BYVAL angle AS SINGLE, _

    BYVAL order AS LONG _

) AS LONG

Parameters

 

brush

[in] Pointer to the LinearGradientBrush object.

angle

[in] Real number that specifies the angle of rotation in degrees.

order

[in] Element of the MatrixOrder enumeration that specifies the order of the multiplication. MatrixOrderPrepend specifies that the rotation matrix is on the left, and MatrixOrderAppend specifies that the rotation matrix is on the right. The default value is MatrixOrderPrepend.

 

Valid HTML 4.01 Transitional