C# Class GamingInterface.Button

Show file Open project: RocHCI/legion-gaming

Public Properties

Property Type Description
bColor Color
loc Point
points Point[]
pressedAlpha int
pressedColor Color

Public Methods

Method Description
Button ( Color myColor, Point myLoc = default(Point), Point myPoints = default(Point[]), Color myPressedColor = default(Color) ) : System

Method Details

Button() public method

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
return System

Property Details

bColor public property

public Color bColor
return Color

loc public property

public Point loc
return Point

points public property

public Point[] points
return Point[]

pressedAlpha public property

public int pressedAlpha
return int

pressedColor public property

public Color pressedColor
return Color