C# Class sceneTools.Pan

Inheritance: BaseTool
Mostra file Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
Deactivate ( ) : bool
OnCreate ( object hook ) : void
OnMouseDown ( int Button, int Shift, int X, int Y ) : void
OnMouseMove ( int Button, int Shift, int X, int Y ) : void
OnMouseUp ( int Button, int Shift, int X, int Y ) : void
Pan ( ) : System

Private Methods

Method Description
ArcGISCategoryRegistration ( Type registerType ) : void

Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.

ArcGISCategoryUnregistration ( Type registerType ) : void

Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.

GetCapture ( int fuFlags ) : int
RegisterFunction ( Type registerType ) : void
ReleaseCapture ( int hwnd ) : int
SetCapture ( int hwnd ) : int
UnregisterFunction ( Type registerType ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : bool
return bool

OnCreate() public method

public OnCreate ( object hook ) : void
hook object
return void

OnMouseDown() public method

public OnMouseDown ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

OnMouseMove() public method

public OnMouseMove ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

OnMouseUp() public method

public OnMouseUp ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
return void

Pan() public method

public Pan ( ) : System
return System