C# 클래스 LongoMatch.Drawing.CanvasObjects.Teams.BenchObject

상속: CanvasObject, ICanvasSelectableObject
파일 보기 프로젝트 열기: LongoMatch/longomatch 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BenchObject() 공개 메소드

public BenchObject ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Draw() 공개 메소드

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

GetSelection() 공개 메소드

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

Move() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void