C# Class Sharplike.Editlike.MapTools.AbstractSelectionTool

Inheritance: IMapTool
ファイルを表示 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_oe property

protected Color BackgroundColor
return Color

DefaultBackgroundColor public_oe static_oe property

public static Color DefaultBackgroundColor
return Color

DefaultForegroundColor public_oe static_oe property

public static Color DefaultForegroundColor
return Color

ForegroundColor protected_oe property

protected Color ForegroundColor
return Color

border protected_oe property

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

fill protected_oe property

protected bool fill
return bool

form protected_oe property

protected Main form
return Main