PixelCoord Class
Contains the coordinates of a pixel on a map image.
Public Class PixelCoord
Member of [Namespace]
[C#]
public class PixelCoord : System.Object
Member of [Namespace]
Public Properties
X | The pixel offset from the upper-left corner of a map image along the x (horizontal) axis. Integer. |
Y | The pixel offset from the upper-left corner of a map image along the y (vertical) axis. Integer. |
Remarks
- The PixelCoord class refers to the pixel coordinates on a map image, not on a pushpin icon.
- The PixelCoord class is used as input to the RenderServiceSoap.ConvertToLatLong method, and as output from the RenderServiceSoap.ConvertToPoint method.
- The PixelCoord class is also used with the Pushpin.Pixel property.
See Also
RenderServiceSoap.ConvertToLatLong Method | RenderServiceSoap.ConvertToPoint Method | Pushpin.Pixel Property