C# Класс Invert.Core.GraphDesigner.MouseEvent

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Begin ( IInputHandler handler ) : void
Cancel ( ) : void
MouseEvent ( ) : System.Collections.Generic
MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic

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

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

public Begin ( IInputHandler handler ) : void
handler IInputHandler
Результат void

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

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

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

public MouseEvent ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public MouseEvent ( ModifierKeyState modifierKeyStates ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
Результат System.Collections.Generic

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

public MouseEvent ( ModifierKeyState modifierKeyStates, IInputHandler defaultHandler ) : System.Collections.Generic
modifierKeyStates ModifierKeyState
defaultHandler IInputHandler
Результат System.Collections.Generic