[]
Gets or sets a pixel value (true is 1, false is 0) at the specified coordinates.
public bool this[int x, int y] { get; set; }
The X coordinate.
The Y coordinate.