Description
Gets the world transformation matrix of this
Graphics
object.
Syntax
GpStatus WINGDIPAPI GdipGetWorldTransform(
GpGraphics
*graphics,
GpMatrix *matrix
);
PowerBASIC Syntax
DECLARE FUNCTION GdipGetWorldTransform ( _
BYVAL graphics
AS DWORD, _
BYVAL matrix AS
DWORD _
) AS LONG
Parameters
graphics
[in] Pointer to the
Graphics
object.
matrix
[out] Pointer
to a variable that receives the transformation matrix.
|