Group: GDI+ Graphics - Library: gdiplus
GpStatus WINGDIPAPI GdipSetPageScale(
GpGraphics *graphics,
REAL scale
)
DECLARE INTEGER GdipSetPageScale IN gdiplus;
INTEGER graphics,;
SINGLE scale
graphics [in] Handle to the Graphics object.
scale [in] Real number that specifies the scaling factor.
Returns GpStatus value, 0 means success.
See Also: GdipGetPageScale, GdipSetPageUnit