Click or drag to resize
MapBaseScroll Method
Scroll all layers to the specified coordinates after calculating relative scroll rates

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public abstract void Scroll(
	Point position
)

Parameters

position
Type: System.DrawingPoint
New coordinate. int.MinValue indicates no scrolling on this axis.
See Also