C# Класс sceneTools.ZoomIn

Наследование: BaseTool
Показать файл Открыть проект

Открытые методы

Метод Описание
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
ZoomIn ( ) : System

Приватные методы

Метод Описание
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

Описание методов

CreateEnvelope() публичный Метод

public CreateEnvelope ( int X, int Y, IEnvelope &pEnvelope ) : void
X int
Y int
pEnvelope IEnvelope
Результат void

Deactivate() публичный Метод

public Deactivate ( ) : bool
Результат bool

DrawRectangle() публичный Метод

public DrawRectangle ( IEnvelope pEnvelope ) : void
pEnvelope IEnvelope
Результат void

OnCreate() публичный Метод

public OnCreate ( object hook ) : void
hook object
Результат void

OnKeyDown() публичный Метод

public OnKeyDown ( int keyCode, int Shift ) : void
keyCode int
Shift int
Результат void

OnMouseDown() публичный Метод

public OnMouseDown ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Результат void

OnMouseMove() публичный Метод

public OnMouseMove ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Результат void

OnMouseUp() публичный Метод

public OnMouseUp ( int Button, int Shift, int X, int Y ) : void
Button int
Shift int
X int
Y int
Результат void

ZoomIn() публичный Метод

public ZoomIn ( ) : System
Результат System