this Property
this[int, int]
Gets or sets a pixel value (true is 1, false is 0) at the specified coordinates.
Declaration
public bool this[int x, int y] { get; set; }
Public Default Property Item(x As Integer, y As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
x |
The X coordinate.
|
int |
y |
The Y coordinate.
|