GdipSetWorldTransform

 

 

Description

Sets the world transformation of this Graphics object.

Syntax

GpStatus WINGDIPAPI GdipSetWorldTransform(

    GpGraphics *graphics,

    GpMatrix *matrix

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetWorldTransform ( _

    BYVAL graphics AS DWORD, _

    BYVAL matrix AS DWORD _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

matrix

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

 

Valid HTML 4.01 Transitional