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; }
Public Default Property Item (
p As Point
) As UInteger
Get
Set
public:
property unsigned int default[Point p] {
unsigned int get (Point p);
void set (Point p, unsigned int value);
}
member Item : uint32 with get, set
Parameters
- p
- Type: System.WindowsPoint
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