C# Class Reversi.ReversiPanel.ReversiCell

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

Public Properties

Property Type Description
x int
y int

Public Methods

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

Method Details

ReversiCell() public method

public ReversiCell ( int x, int y, ReversiPanel parent ) : System
x int
y int
parent ReversiPanel
return System

SetColor() public method

public SetColor ( ReversiColor color ) : void
color ReversiColor
return void

Property Details

x public property

public int x
return int

y public property

public int y
return int