[]
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; }
Public Default Property Item(x As Integer, y As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | x | The X coordinate. |
int | y | The Y coordinate. |