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

Inheritance: CanvasObject, ICanvasSelectableObject
Exibir arquivo Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method 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 method

public BenchObject ( ) : System.Collections.Generic
return System.Collections.Generic

Draw() public method

public Draw ( IDrawingToolkit tk, Area area ) : void
tk IDrawingToolkit
area LongoMatch.Core.Common.Area
return void

GetSelection() public method

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

Move() public method

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

Update() public method

public Update ( ) : void
return void