DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / Indexed4bppBitmap Class / Item Property
The X coordinate.
The Y coordinate.

In This Topic
Item Property (Indexed4bppBitmap)
In This Topic
Gets or sets a lookup table index (from 0 to 15) at the specified coordinates.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As System.Integer
 

Parameters

x
The X coordinate.
y
The Y coordinate.
See Also