Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
public BoardSquare(
Theme theme,
Rectangle drawArea,
Vector2D position
)
public BoardSquare(
Theme theme,
Rectangle drawArea,
Vector2D position
)
Public Sub New (
theme As Theme,
drawArea As Rectangle,
position As Vector2D
)
Public Sub New (
theme As Theme,
drawArea As Rectangle,
position As Vector2D
)
public:
BoardSquare(
Theme^ theme,
Rectangle drawArea,
Vector2D position
)
public:
BoardSquare(
Theme^ theme,
Rectangle drawArea,
Vector2D position
)
new :
theme : Theme *
drawArea : Rectangle *
position : Vector2D -> BoardSquare
new :
theme : Theme *
drawArea : Rectangle *
position : Vector2D -> BoardSquare