GdipResetTextureTransform

 

 

Description

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

Syntax

GpStatus WINGDIPAPI GdipResetTextureTransform(

    GpTexture* brush

);

PowerBASIC Syntax

DECLARE FUNCTION GdipResetTextureTransform ( _

    BYVAL brush AS DWORD _

) AS LONG

Parameter

 

brush

[in] Pointer to the TextureBrush object.

 

Valid HTML 4.01 Transitional