Group: GDI+ Graphics - Library: gdiplus
GpStatus WINGDIPAPI GdipSetPageUnit(
GpGraphics *graphics,
GpUnit unit
)
DECLARE INTEGER GdipSetPageUnit IN gdiplus;
INTEGER graphics,;
INTEGER unit
graphics [in] Handle to the Graphics object.
unit [in] Element of the Unit enumeration that specifies the unit of measure for this Graphics handle.
Returns GpStatus value, 0 means success.
The page unit belongs to the page transformation, which converts page coordinates to device coordinates.
See Also: GdipGetPageUnit