Description
Offsets this region by specified amounts in the
horizontal and vertical directions.
Syntax
GpStatus WINGDIPAPI GdipTranslateRegion(
GpRegion
*region,
REAL dx,
REAL dy
);
PowerBASIC Syntax
DECLARE FUNCTION GdipTranslateRegion ( _
BYVAL region AS
DWORD, _
BYVAL dx AS
SINGLE, _
BYVAL dy AS
SINGLE _
) AS LONG
Parameters
region
[in] Pointer to the
Region
object.
dx
[in] Single precision value that specifies the
amount to shift the region in the x direction.
dy
[in] Single precision value that specifies the
amount to shift the region in the y direction.
|