ArgbImageItem Property (Double, Double) |
Reads or writes the color of a pixel.
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public uint this[
double x,
double y
] { get; set; }
Public Default Property Item (
x As Double,
y As Double
) As UInteger
Get
Set
public:
property unsigned int default[double x, double y] {
unsigned int get (double x, double y);
void set (double x, double y, unsigned int value);
}
member Item : uint32 with get, set
Parameters
- x
- Type: SystemDouble
x-coordinate of the pixel location. - y
- Type: SystemDouble
y-coordinate of the pixel location.
Return Value
Type:
UInt32The color of the pixel or "transparent white" if the location is invalid.
Remarks Uses bicubic interpolation when reading colors. When settings colors, changes the nearest pixel.
See Also