www.emgu.com/wiki
Draws the individual chessboard corners detected (as red circles) in case if the board was not found (patternWasFound== false) or the colored corners connected with lines when the board was found (patternWasFound == true).

Declaration Syntax
Public Shared Sub DrawChessboardCorners ( _
image As Image(Of Gray, Byte), _
patternSize As Size, _
corners As PointF(), _
patternWasFound As Boolean _
)

Parameters
- image (Image<(Of <(Gray, Byte>)>))
- The destination image
- patternSize (Size)
- The number of inner corners per chessboard row and column
- corners (array<
PointF
>[]()[])
- The array of corners detected
- patternWasFound (Boolean)
- Result of FindChessboardCorners
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)