MoveSelection moves current selection by the specified horizontal and vertical offsets.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void MoveSelection(
	int offsetX,
	int offsetY
)
Public Sub MoveSelection ( _
	offsetX As Integer, _
	offsetY As Integer _
)
public:
void MoveSelection(
	int offsetX, 
	int offsetY
)

Parameters

offsetX
Int32
The horizontal offset
offsetY
Int32
The vertical offset

See Also