Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 773 Bytes

GdipSetPageScale.md

File metadata and controls

49 lines (33 loc) · 773 Bytes

Home

Function name : GdipSetPageScale

Group: GDI+ Graphics - Library: gdiplus


Sets the scaling factor for the page transformation of this Graphics handle.


Declaration:

GpStatus WINGDIPAPI GdipSetPageScale(
	GpGraphics *graphics,
	REAL scale
)  

FoxPro declaration:

DECLARE INTEGER GdipSetPageScale IN gdiplus;
	INTEGER graphics,;
	SINGLE scale  

Parameters:

graphics [in] Handle to the Graphics object.

scale [in] Real number that specifies the scaling factor.


Return value:

Returns GpStatus value, 0 means success.


Comments:

See Also: GdipGetPageScale, GdipSetPageUnit