C# Class machine2014arcade.Game.Cell

Show file Open project: JDGETS/machine2014 Class Usage Examples

Public Properties

Property Type Description
ActivatedColor Color
NormalColor Color

Public Methods

Method Description
Cell ( Rectangle rect ) : System
activate ( ) : void
deactivate ( ) : void

Method Details

Cell() public method

public Cell ( Rectangle rect ) : System
rect System.Drawing.Rectangle
return System

activate() public method

public activate ( ) : void
return void

deactivate() public method

public deactivate ( ) : void
return void

Property Details

ActivatedColor public property

public Color ActivatedColor
return Color

NormalColor public property

public Color NormalColor
return Color