Item Property (Indexed8bppBitmap)
In This Topic
Gets or sets a lookup table index (from 0 to 255) at the specified coordinates.
Syntax
'Declaration
Public Default Property Item( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public System.int this[
System.int ,
System.int
]; {get; set;}
Parameters
- x
- The X coordinate.
- y
- The Y coordinate.
See Also