Sets a new pan offset

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetPanOffset(
	Point offset
)
Visual Basic
Public Sub SetPanOffset ( _
	offset As Point _
)
JScript
public function SetPanOffset(
	offset : Point
)

Parameters

offset
Type: System.Windows..::..Point

See Also