Click or drag to resize

ArgbImageItem Property (Point)

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[
	Point p
] { get; set; }

Parameters

p
Type: System.WindowsPoint
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