C# Class Sharplike.Editlike.MapTools.AbstractSelectionTool

Inheritance: IMapTool
Show file Open project: eropple/sharplike

Public Properties

Property Type Description
DefaultBackgroundColor Color
DefaultForegroundColor Color

Protected Properties

Property Type Description
BackgroundColor Color
ForegroundColor Color
border Sharplike.UI.Controls.Border
fill bool
form Main

Public Methods

Method Description
AbstractSelectionTool ( ) : System
End ( Point tile ) : void
Run ( Point tile ) : void
SetActive ( Main screen, string tag ) : void
SetInactive ( ) : void
Start ( Point tile ) : void

Private Methods

Method Description
borderupdate_Tick ( object sender, EventArgs e ) : void

Method Details

AbstractSelectionTool() public method

public AbstractSelectionTool ( ) : System
return System

End() public method

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

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

Property Details

BackgroundColor protected property

protected Color BackgroundColor
return Color

DefaultBackgroundColor public static property

public static Color DefaultBackgroundColor
return Color

DefaultForegroundColor public static property

public static Color DefaultForegroundColor
return Color

ForegroundColor protected property

protected Color ForegroundColor
return Color

border protected property

protected Border,Sharplike.UI.Controls border
return Sharplike.UI.Controls.Border

fill protected property

protected bool fill
return bool

form protected property

protected Main form
return Main