GdipGetTextureTransform

 

 

Description

Gets the transformation matrix of this texture brush.

Syntax

GpStatus WINGDIPAPI GdipGetTextureTransform(

    GpTexture *brush,

    GpMatrix *matrix

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetTextureTransform ( _

    BYVAL brush AS DWORD, _

    BYREF matrix AS DWORD _

) AS LONG

Parameters

 

brush

[in] Pointer to the TextureBrush object.

matrix

[out] Pointer to a Matrix object that receives the transformation matrix.

 

Valid HTML 4.01 Transitional