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

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

공개 메소드들

메소드 설명
Draw ( IDrawingToolkit tk, Area area ) : void
FieldObject ( ) : System.Collections.Generic
GetSelection ( Point point, double precision, bool inMotion ) : Selection
LoadTeams ( Image backgroundImg, int homeF, int awayF, List homeT, List awayT, int size, int nteams ) : void
Move ( Selection s, Point p, Point start ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
UpdateTeam ( List players, int formation, TeamType team ) : void

메소드 상세

Draw() 공개 메소드

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

FieldObject() 공개 메소드

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

GetSelection() 공개 메소드

public GetSelection ( Point point, double precision, bool inMotion ) : Selection
point LongoMatch.Core.Common.Point
precision double
inMotion bool
리턴 Selection

LoadTeams() 공개 메소드

public LoadTeams ( Image backgroundImg, int homeF, int awayF, List homeT, List awayT, int size, int nteams ) : void
backgroundImg LongoMatch.Core.Common.Image
homeF int
awayF int
homeT List
awayT List
size int
nteams int
리턴 void

Move() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void