C# Class PanZoom.ZoomOut

Inheritance: ICommand, ITool
显示文件 Open project: Esri/arcobjects-sdk-community-samples

Public Methods

Method Description
Deactivate ( ) : bool
OnClick ( ) : void
OnContextMenu ( int x, int y ) : bool
OnCreate ( object hook ) : void
OnDblClick ( ) : void
OnKeyDown ( int keyCode, int shift ) : void
OnKeyUp ( 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
Refresh ( int hdc ) : 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.

DeleteObject ( IntPtr hObject ) : bool
RegisterFunction ( Type registerType ) : void
UnregisterFunction ( Type registerType ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : bool
return bool

OnClick() public method

public OnClick ( ) : void
return void

OnContextMenu() public method

public OnContextMenu ( int x, int y ) : bool
x int
y int
return bool

OnCreate() public method

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

OnDblClick() public method

public OnDblClick ( ) : void
return void

OnKeyDown() public method

public OnKeyDown ( int keyCode, int shift ) : void
keyCode int
shift int
return void

OnKeyUp() public method

public OnKeyUp ( 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

Refresh() public method

public Refresh ( int hdc ) : void
hdc int
return void

ZoomOut() public method

public ZoomOut ( ) : System
return System