C# Класс Mojo.NullTool

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

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

Метод Описание
MoveZ ( ) : void
OnKeyDown ( System keyEventArgs, int width, int height ) : void
OnKeyUp ( System keyEventArgs, int width, int height ) : void
OnManipulationDelta ( System manipulationEventArgs, int width, int height ) : void
OnMouseClick ( System mouseEventArgs, int width, int height ) : void
OnMouseDoubleClick ( System mouseEventArgs, int width, int height ) : void
OnMouseDown ( System mouseEventArgs, int width, int height ) : void
OnMouseMove ( System mouseEventArgs, int width, int height ) : void
OnMouseUp ( System mouseEventArgs, int width, int height ) : void
OnMouseWheel ( System mouseEventArgs, int width, int height ) : void
Select ( ) : void
SelectSegment ( uint segmentId ) : void
SetSize ( int oldWidth, int oldHeight, int newWidth, int newHeight ) : void

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

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

public MoveZ ( ) : void
Результат void

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

public OnKeyDown ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
Результат void

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

public OnKeyUp ( System keyEventArgs, int width, int height ) : void
keyEventArgs System
width int
height int
Результат void

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

public OnManipulationDelta ( System manipulationEventArgs, int width, int height ) : void
manipulationEventArgs System
width int
height int
Результат void

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

public OnMouseClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Результат void

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

public OnMouseDoubleClick ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Результат void

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

public OnMouseDown ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Результат void

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

public OnMouseMove ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Результат void

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

public OnMouseUp ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Результат void

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

public OnMouseWheel ( System mouseEventArgs, int width, int height ) : void
mouseEventArgs System
width int
height int
Результат void

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

public Select ( ) : void
Результат void

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

public SelectSegment ( uint segmentId ) : void
segmentId uint
Результат void

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

public SetSize ( int oldWidth, int oldHeight, int newWidth, int newHeight ) : void
oldWidth int
oldHeight int
newWidth int
newHeight int
Результат void