C# Class GamingInterface.Player

Exibir arquivo Open project: RocHCI/legion-gaming

Public Properties

Property Type Description
buttons Button[]
center System.Windows.Forms.PictureBox
centerImage System.Drawing.Bitmap
cm bool
cmDown bool
cmHole bool
cmLeft bool
cmLoc Point
cmRight bool
cmSize int
cmUp bool
cmWaveSize int
id int
leaderVote int
loc Point
name String
pColor Color
pColorDark Color
pm bool
topL System.Windows.Forms.PictureBox
topLImage System.Drawing.Bitmap
topR System.Windows.Forms.PictureBox
topRImage System.Drawing.Bitmap

Public Methods

Method Description
Player ( int myID, String myName, Color myColor, Color myColorDark, Point myLoc, Bitmap myCenterImage, Bitmap myTopLImage, Bitmap myTopRImage, Button myButtons, int myLeaderVote, Point myCMLoc, int myCMSize ) : System

Method Details

Player() public method

public Player ( int myID, String myName, Color myColor, Color myColorDark, Point myLoc, Bitmap myCenterImage, Bitmap myTopLImage, Bitmap myTopRImage, Button myButtons, int myLeaderVote, Point myCMLoc, int myCMSize ) : System
myID int
myName String
myColor Color
myColorDark Color
myLoc Point
myCenterImage System.Drawing.Bitmap
myTopLImage System.Drawing.Bitmap
myTopRImage System.Drawing.Bitmap
myButtons Button
myLeaderVote int
myCMLoc Point
myCMSize int
return System

Property Details

buttons public_oe property

public Button[] buttons
return Button[]

center public_oe property

public PictureBox,System.Windows.Forms center
return System.Windows.Forms.PictureBox

centerImage public_oe property

public Bitmap,System.Drawing centerImage
return System.Drawing.Bitmap

cm public_oe property

public bool cm
return bool

cmDown public_oe property

public bool cmDown
return bool

cmHole public_oe property

public bool cmHole
return bool

cmLeft public_oe property

public bool cmLeft
return bool

cmLoc public_oe property

public Point cmLoc
return Point

cmRight public_oe property

public bool cmRight
return bool

cmSize public_oe property

public int cmSize
return int

cmUp public_oe property

public bool cmUp
return bool

cmWaveSize public_oe property

public int cmWaveSize
return int

id public_oe property

public int id
return int

leaderVote public_oe property

public int leaderVote
return int

loc public_oe property

public Point loc
return Point

name public_oe property

public String name
return String

pColor public_oe property

public Color pColor
return Color

pColorDark public_oe property

public Color pColorDark
return Color

pm public_oe property

public bool pm
return bool

topL public_oe property

public PictureBox,System.Windows.Forms topL
return System.Windows.Forms.PictureBox

topLImage public_oe property

public Bitmap,System.Drawing topLImage
return System.Drawing.Bitmap

topR public_oe property

public PictureBox,System.Windows.Forms topR
return System.Windows.Forms.PictureBox

topRImage public_oe property

public Bitmap,System.Drawing topRImage
return System.Drawing.Bitmap