C# Class GamingInterface.Button

Datei anzeigen 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_oe property

public Color bColor
return Color

loc public_oe property

public Point loc
return Point

points public_oe property

public Point[] points
return Point[]

pressedAlpha public_oe property

public int pressedAlpha
return int

pressedColor public_oe property

public Color pressedColor
return Color