|
Description
Translates the clipping region of this
Graphics
object.
Syntax
GpStatus WINGDIPAPI GdipTranslateClip(
GpGraphics
*graphics,
REAL dx,
REAL dy
);
PowerBASIC Syntax
DECLARE FUNCTION GdipTranslateClip ( _
BYVAL graphics
AS DWORD, _
BYVAL dx AS
SINGLE, _
BYVAL dy AS
SINGLE _
) AS LONG
Parameters
graphics
[in] Pointer to the
Graphics
object.
dx
[in] Simple precision value that specifies the
horizontal component of the translation.
dy
[in] Simple precision value that specifies the
vertical component of the translation.
|