C# Class Reversi.ReversiPanel.ReversiCell

オセロのセルクラス
Inheritance: System.Windows.Forms.PictureBox
Afficher le fichier Open project: ufcpp/UfcppSample

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

Méthode Description
ReversiCell ( int x, int y, ReversiPanel parent ) : System
SetColor ( ReversiColor color ) : void

Method Details

ReversiCell() public méthode

public ReversiCell ( int x, int y, ReversiPanel parent ) : System
x int
y int
parent ReversiPanel
Résultat System

SetColor() public méthode

public SetColor ( ReversiColor color ) : void
color ReversiColor
Résultat void

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int