Click or drag to resize

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; }

Parameters

x
Type: SystemDouble
x-coordinate of the pixel location.
y
Type: SystemDouble
y-coordinate of the pixel location.

Return Value

Type: UInt32
The 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