C# Класс MegaMan.LevelEditor.JoinTool

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

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

Метод Описание
Click ( ScreenDrawingSurface surface, Point location ) : void
Move ( ScreenDrawingSurface surface, Point location ) : void
Release ( ScreenDrawingSurface surface ) : void
RightClick ( ScreenDrawingSurface surface, Point location ) : void

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

Метод Описание
DeleteJoin ( ScreenDrawingSurface surface, Join join ) : void
EditJoin ( ScreenDrawingSurface surface, Join join ) : void
NearestJoin ( ScreenDrawingSurface surface, Point location ) : Join
NewJoin ( ScreenDrawingSurface surface, string s1, string s2, JoinType type, int offset ) : void

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

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

public Click ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location System.Drawing.Point
Результат void

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

public Move ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location System.Drawing.Point
Результат void

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

public Release ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
Результат void

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

public RightClick ( ScreenDrawingSurface surface, Point location ) : void
surface ScreenDrawingSurface
location System.Drawing.Point
Результат void