C# Class machine2014arcade.Game.Cell

Afficher le fichier Open project: JDGETS/machine2014 Class Usage Examples

Méthodes publiques

Свойство Type Description
ActivatedColor Color
NormalColor Color

Méthodes publiques

Méthode Description
Cell ( Rectangle rect ) : System
activate ( ) : void
deactivate ( ) : void

Method Details

Cell() public méthode

public Cell ( Rectangle rect ) : System
rect System.Drawing.Rectangle
Résultat System

activate() public méthode

public activate ( ) : void
Résultat void

deactivate() public méthode

public deactivate ( ) : void
Résultat void

Property Details

ActivatedColor public_oe property

public Color ActivatedColor
Résultat Color

NormalColor public_oe property

public Color NormalColor
Résultat Color