GdipResetWorldTransform

 

 

Description

Resets the world transformation matrix of this Graphics to the identity matrix.

Syntax

GpStatus WINGDIPAPI GdipResetWorldTransform(

    GpGraphics *graphics

);

PowerBASIC Syntax

DECLARE FUNCTION GdipResetWorldTransform ( _

    BYVAL graphics AS DWORD _

) AS LONG

Parameters

 

graphics

[in] Pointer to the Graphics object.

 

Valid HTML 4.01 Transitional