ChessApplication.ImageGrid.SetHighlight Function
Set wether the image at a specific coordinate.
Public void SetHighlight (System.Drawing.Point, bool)
Type
Name
Description
System.Drawing.Point
p
The Point in the ImageGrid
bool
isHighlighted
If the image at specified coordinates should be highlighted
Return
Description
void