C# Класс sceneTools.ZoomInOut

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

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

Метод Описание
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
ZoomInOut ( ) : 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
RegisterFunction ( Type registerType ) : void
ReleaseCapture ( int hwnd ) : int
SetCapture ( int hwnd ) : int
UnregisterFunction ( Type registerType ) : void

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

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

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

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

public OnCreate ( object hook ) : void
hook object
Результат 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

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

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