GdipResetLineTransform

 

 

Description

Resets the transformation matrix of this linear gradient brush to the identity matrix. This means that no transformation takes place.

Syntax

GpStatus WINGDIPAPI GdipResetLineTransform(

    GpLineGradient* brush

);

PowerBASIC Syntax

DECLARE FUNCTION GdipResetLineTransform ( _

    BYVAL brush AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the LinearGradientBrush object.

 

Valid HTML 4.01 Transitional