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

Inheritance: PlayerObject
Mostrar archivo Open project: LongoMatch/longomatch Class Usage Examples

Private Properties

Property Type Description
Init void

Public Methods

Method Description
Draw ( IDrawingToolkit tk, Area area ) : void
LoadSurfaces ( ) : void
SportsPlayerObject ( ) : LongoMatch.Core.Common
SportsPlayerObject ( PlayerLongoMatch player, Point position = null ) : LongoMatch.Core.Common

Private Methods

Method Description
Init ( Point pos = null ) : void

Method Details

Draw() public method

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

LoadSurfaces() public method

public LoadSurfaces ( ) : void
return void

SportsPlayerObject() public method

public SportsPlayerObject ( ) : LongoMatch.Core.Common
return LongoMatch.Core.Common

SportsPlayerObject() public method

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