C# Class Sharplike.Editlike.MapTools.AbstractSelectionTool

Inheritance: IMapTool
Afficher le fichier Open project: eropple/sharplike

Méthodes publiques

Свойство Type Description
DefaultBackgroundColor Color
DefaultForegroundColor Color

Protected Properties

Свойство Type Description
BackgroundColor Color
ForegroundColor Color
border Sharplike.UI.Controls.Border
fill bool
form Main

Méthodes publiques

Méthode 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

Méthode Description
borderupdate_Tick ( object sender, EventArgs e ) : void

Method Details

AbstractSelectionTool() public méthode

public AbstractSelectionTool ( ) : System
Résultat System

End() public méthode

public End ( Point tile ) : void
tile Point
Résultat void

Run() public méthode

public Run ( Point tile ) : void
tile Point
Résultat void

SetActive() public méthode

public SetActive ( Main screen, string tag ) : void
screen Main
tag string
Résultat void

SetInactive() public méthode

public SetInactive ( ) : void
Résultat void

Start() public méthode

public Start ( Point tile ) : void
tile Point
Résultat void

Property Details

BackgroundColor protected_oe property

protected Color BackgroundColor
Résultat Color

DefaultBackgroundColor public_oe static_oe property

public static Color DefaultBackgroundColor
Résultat Color

DefaultForegroundColor public_oe static_oe property

public static Color DefaultForegroundColor
Résultat Color

ForegroundColor protected_oe property

protected Color ForegroundColor
Résultat Color

border protected_oe property

protected Border,Sharplike.UI.Controls border
Résultat Sharplike.UI.Controls.Border

fill protected_oe property

protected bool fill
Résultat bool

form protected_oe property

protected Main form
Résultat Main