C# Class Sharplike.Editlike.MapTools.LineTool

Inheritance: IMapTool
Mostrar archivo Open project: eropple/sharplike

Public Methods

Method Description
End ( Point tile ) : void
Line ( Point start, Point end ) : IEnumerable
Run ( Point tile ) : void
SetActive ( Main screen, String tag ) : void
SetInactive ( ) : void
Start ( Point tile ) : void

Method Details

End() public method

public End ( Point tile ) : void
tile Point
return void

Line() public static method

public static Line ( Point start, Point end ) : IEnumerable
start Point
end Point
return IEnumerable

Run() public method

public Run ( Point tile ) : void
tile Point
return void

SetActive() public method

public SetActive ( Main screen, String tag ) : void
screen Main
tag String
return void

SetInactive() public method

public SetInactive ( ) : void
return void

Start() public method

public Start ( Point tile ) : void
tile Point
return void