|
Description
Sets the scaling factor for the page
transformation of this Graphics object. The page
transformation converts page coordinates to device coordinates.
Syntax
GpStatus WINGDIPAPI GdipSetPageScale(
GpGraphics
*graphics,
REAL scale
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSetPageScale ( _
BYVAL graphics
AS DWORD, _
BYVAL pScale AS
SINGLE _
) AS LONG
Parameters
metafile
[in] Pointer to the
Metafile
object.
scale
[in] Simple precision value
that specifies the scaling factor.
|