C# Class LongoMatch.Drawing.CanvasObjects.Teams.BenchObject

Inheritance: CanvasObject, ICanvasSelectableObject
Afficher le fichier Open project: LongoMatch/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
BenchObject ( ) : System.Collections.Generic
Draw ( IDrawingToolkit tk, Area area ) : void
GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
Move ( Selection s, Point p, Point start ) : void
Update ( ) : void

Method Details

BenchObject() public méthode

public BenchObject ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Draw() public méthode

public Draw ( IDrawingToolkit tk, Area area ) : void
tk IDrawingToolkit
area LongoMatch.Core.Common.Area
Résultat void

GetSelection() public méthode

public GetSelection ( Point point, double precision, bool inMotion = false ) : Selection
point Point
precision double
inMotion bool
Résultat LongoMatch.Core.Store.Drawables.Selection

Move() public méthode

public Move ( Selection s, Point p, Point start ) : void
s LongoMatch.Core.Store.Drawables.Selection
p Point
start Point
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void