GdipTransformPath

 

 

Description

Multiplies each of this path's data points by a specified matrix.

Syntax

GpStatus WINGDIPAPI GdipTransformPath(

    GpPath* path,

    GpMatrix* matrix

);

PowerBASIC Syntax

DECLARE FUNCTION GdipTransformPath ( _

    BYVAL path AS DWORD, _

    BYVAL matrix AS DWORD _

) AS LONG

Parameters

 

path

[in] Pointer to a GraphicsPath object.

matrix

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

 

Valid HTML 4.01 Transitional