Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 764 Bytes

File metadata and controls

46 lines (30 loc) · 764 Bytes

Home

Function name : GdipSetWorldTransform

Group: GDI+ Graphics - Library: gdiplus


Sets the world transformation of this Graphics object.


Declaration:

GpStatus WINGDIPAPI GdipSetWorldTransform(
	GpGraphics *graphics,
	GpMatrix *matrix
)
  

FoxPro declaration:

DECLARE INTEGER GdipSetWorldTransform IN gdiplus;
	INTEGER graphics,;
	INTEGER matrix
  

Parameters:

graphics [in] Handle to the Graphics object.

matrix [in] Handle to a Matrix object.


Return value:

Returns GpStatus value, 0 means success.