Click or drag to resize
PiecesetType Method
Sets the type of the Piece.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void setType(
	EnumsPieceType type
)

Parameters

type
Type: VikingChess.ModelEnumsPieceType
The type of the Piece. Can be either PAWN or KING.
See Also