C# 클래스 GamingInterface.Player

파일 보기 프로젝트 열기: RocHCI/legion-gaming

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

메소드 상세

Player() 공개 메소드

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
리턴 System

프로퍼티 상세

buttons 공개적으로 프로퍼티

public Button[] buttons
리턴 Button[]

center 공개적으로 프로퍼티

public PictureBox,System.Windows.Forms center
리턴 System.Windows.Forms.PictureBox

centerImage 공개적으로 프로퍼티

public Bitmap,System.Drawing centerImage
리턴 System.Drawing.Bitmap

cm 공개적으로 프로퍼티

public bool cm
리턴 bool

cmDown 공개적으로 프로퍼티

public bool cmDown
리턴 bool

cmHole 공개적으로 프로퍼티

public bool cmHole
리턴 bool

cmLeft 공개적으로 프로퍼티

public bool cmLeft
리턴 bool

cmLoc 공개적으로 프로퍼티

public Point cmLoc
리턴 Point

cmRight 공개적으로 프로퍼티

public bool cmRight
리턴 bool

cmSize 공개적으로 프로퍼티

public int cmSize
리턴 int

cmUp 공개적으로 프로퍼티

public bool cmUp
리턴 bool

cmWaveSize 공개적으로 프로퍼티

public int cmWaveSize
리턴 int

id 공개적으로 프로퍼티

public int id
리턴 int

leaderVote 공개적으로 프로퍼티

public int leaderVote
리턴 int

loc 공개적으로 프로퍼티

public Point loc
리턴 Point

name 공개적으로 프로퍼티

public String name
리턴 String

pColor 공개적으로 프로퍼티

public Color pColor
리턴 Color

pColorDark 공개적으로 프로퍼티

public Color pColorDark
리턴 Color

pm 공개적으로 프로퍼티

public bool pm
리턴 bool

topL 공개적으로 프로퍼티

public PictureBox,System.Windows.Forms topL
리턴 System.Windows.Forms.PictureBox

topLImage 공개적으로 프로퍼티

public Bitmap,System.Drawing topLImage
리턴 System.Drawing.Bitmap

topR 공개적으로 프로퍼티

public PictureBox,System.Windows.Forms topR
리턴 System.Windows.Forms.PictureBox

topRImage 공개적으로 프로퍼티

public Bitmap,System.Drawing topRImage
리턴 System.Drawing.Bitmap