Item Property (BilevelBitmap)
In This Topic
Gets or sets a pixel value (true is 1, false is 0) at the specified coordinates.
Syntax
'Declaration
Public Default Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Boolean
public System.bool this[
System.int ,
System.int
]; {get; set;}
Parameters
- x
- The X coordinate.
- y
- The Y coordinate.
See Also