C# Class GamingInterface.Player

Afficher le fichier Open project: RocHCI/legion-gaming

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Property Details

buttons public_oe property

public Button[] buttons
Résultat Button[]

center public_oe property

public PictureBox,System.Windows.Forms center
Résultat System.Windows.Forms.PictureBox

centerImage public_oe property

public Bitmap,System.Drawing centerImage
Résultat System.Drawing.Bitmap

cm public_oe property

public bool cm
Résultat bool

cmDown public_oe property

public bool cmDown
Résultat bool

cmHole public_oe property

public bool cmHole
Résultat bool

cmLeft public_oe property

public bool cmLeft
Résultat bool

cmLoc public_oe property

public Point cmLoc
Résultat Point

cmRight public_oe property

public bool cmRight
Résultat bool

cmSize public_oe property

public int cmSize
Résultat int

cmUp public_oe property

public bool cmUp
Résultat bool

cmWaveSize public_oe property

public int cmWaveSize
Résultat int

id public_oe property

public int id
Résultat int

leaderVote public_oe property

public int leaderVote
Résultat int

loc public_oe property

public Point loc
Résultat Point

name public_oe property

public String name
Résultat String

pColor public_oe property

public Color pColor
Résultat Color

pColorDark public_oe property

public Color pColorDark
Résultat Color

pm public_oe property

public bool pm
Résultat bool

topL public_oe property

public PictureBox,System.Windows.Forms topL
Résultat System.Windows.Forms.PictureBox

topLImage public_oe property

public Bitmap,System.Drawing topLImage
Résultat System.Drawing.Bitmap

topR public_oe property

public PictureBox,System.Windows.Forms topR
Résultat System.Windows.Forms.PictureBox

topRImage public_oe property

public Bitmap,System.Drawing topRImage
Résultat System.Drawing.Bitmap