Sets ViewX and ViewY in one step, using smooth scrolling.

To control smooth use SmoothScrollValue property.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetViewXYSmooth(
	int x,
	int y
)
Public Sub SetViewXYSmooth ( _
	x As Integer, _
	y As Integer _
)
public:
void SetViewXYSmooth(
	int x, 
	int y
)

Parameters

x
Int32
Destination view-x position
y
Int32
Destination view-y position

See Also