Moves text.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Move(
	float dx,
	float dy
)

Parameters

dx
Type: System..::.Single
Change in the X coordinate.
dy
Type: System..::.Single
Change in the Y coordinate.

See Also