C# Class sceneTools.ZoomOut

Inheritance: BaseTool
Mostrar archivo Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
CreateEnvelope ( int X, int Y, IEnvelope &pEnvelope ) : void
Deactivate ( ) : bool
DrawRectangle ( IEnvelope pEnvelope ) : void
OnCreate ( object hook ) : void
OnKeyDown ( int keyCode, int Shift ) : 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
ZoomOut ( ) : 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
GetWindowRect ( int hwnd, Rectangle &lpRect ) : int
RegisterFunction ( Type registerType ) : void
ReleaseCapture ( int hwnd ) : int
SetCapture ( int hwnd ) : int
UnregisterFunction ( Type registerType ) : void

Method Details

CreateEnvelope() public method

public CreateEnvelope ( int X, int Y, IEnvelope &pEnvelope ) : void
X int
Y int
pEnvelope IEnvelope
return void

Deactivate() public method

public Deactivate ( ) : bool
return bool

DrawRectangle() public method

public DrawRectangle ( IEnvelope pEnvelope ) : void
pEnvelope IEnvelope
return void

OnCreate() public method

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

OnKeyDown() public method

public OnKeyDown ( int keyCode, int Shift ) : void
keyCode int
Shift int
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

ZoomOut() public method

public ZoomOut ( ) : System
return System