C# 클래스 GamingInterface.Button

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

공개 프로퍼티들

프로퍼티 타입 설명
bColor Color
loc Point
points Point[]
pressedAlpha int
pressedColor Color

공개 메소드들

메소드 설명
Button ( Color myColor, Point myLoc = default(Point), Point myPoints = default(Point[]), Color myPressedColor = default(Color) ) : System

메소드 상세

Button() 공개 메소드

public Button ( Color myColor, Point myLoc = default(Point), Point myPoints = default(Point[]), Color myPressedColor = default(Color) ) : System
myColor Color
myLoc Point
myPoints Point
myPressedColor Color
리턴 System

프로퍼티 상세

bColor 공개적으로 프로퍼티

public Color bColor
리턴 Color

loc 공개적으로 프로퍼티

public Point loc
리턴 Point

points 공개적으로 프로퍼티

public Point[] points
리턴 Point[]

pressedAlpha 공개적으로 프로퍼티

public int pressedAlpha
리턴 int

pressedColor 공개적으로 프로퍼티

public Color pressedColor
리턴 Color