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