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

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

Private Properties

프로퍼티 타입 설명
Init void

공개 메소드들

메소드 설명
Draw ( IDrawingToolkit tk, Area area ) : void
LoadSurfaces ( ) : void
SportsPlayerObject ( ) : LongoMatch.Core.Common
SportsPlayerObject ( PlayerLongoMatch player, Point position = null ) : LongoMatch.Core.Common

비공개 메소드들

메소드 설명
Init ( Point pos = null ) : void

메소드 상세

Draw() 공개 메소드

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

LoadSurfaces() 공개 메소드

public LoadSurfaces ( ) : void
리턴 void

SportsPlayerObject() 공개 메소드

public SportsPlayerObject ( ) : LongoMatch.Core.Common
리턴 LongoMatch.Core.Common

SportsPlayerObject() 공개 메소드

public SportsPlayerObject ( PlayerLongoMatch player, Point position = null ) : LongoMatch.Core.Common
player LongoMatch.Core.Store.PlayerLongoMatch
position LongoMatch.Core.Common.Point
리턴 LongoMatch.Core.Common