C# Class PanZoom.ZoomIn

Inheritance: ICommand, ITool
Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples

Méthodes publiques

Méthode 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
ZoomIn ( ) : System

Private Methods

Méthode 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 méthode

public Deactivate ( ) : bool
Résultat bool

OnClick() public méthode

public OnClick ( ) : void
Résultat void

OnContextMenu() public méthode

public OnContextMenu ( int x, int y ) : bool
x int
y int
Résultat bool

OnCreate() public méthode

public OnCreate ( object hook ) : void
hook object
Résultat void

OnDblClick() public méthode

public OnDblClick ( ) : void
Résultat void

OnKeyDown() public méthode

public OnKeyDown ( int keyCode, int shift ) : void
keyCode int
shift int
Résultat void

OnKeyUp() public méthode

public OnKeyUp ( int keyCode, int shift ) : void
keyCode int
shift int
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( int button, int shift, int x, int y ) : void
button int
shift int
x int
y int
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( int button, int shift, int x, int y ) : void
button int
shift int
x int
y int
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( int button, int shift, int x, int y ) : void
button int
shift int
x int
y int
Résultat void

Refresh() public méthode

public Refresh ( int hdc ) : void
hdc int
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : System
Résultat System