ChessApplication.ImageGrid.SetImage Function
Set the Image used at a specific coordinate.
Public void SetImage (System.Drawing.Point, System.Drawing.Image)
Type
Name
Description
System.Drawing.Point
p
The Point in the ImageGrid
System.Drawing.Image
i
The Image used at specified coordinates
Return
Description
void