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