GdipSetTextureTransform

 

 

Description

Sets the transformation matrix of this texture brush.

Syntax

GpStatus WINGDIPAPI GdipSetTextureTransform(

    GpTexture *brush,

    GDIPCONST GpMatrix *matrix

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetTextureTransform ( _

    BYVAL brush AS DWORD, _

    BYVAL matrix AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the TextureBrush object.

matrix

[in] Pointer to a Matrix object that specifies the transformation matrix to use.

 

Valid HTML 4.01 Transitional