Share via


PixelCoord Class

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

public propertyX The pixel offset from the upper-left corner of a map image along the x (horizontal) axis. Integer.
public propertyY The pixel offset from the upper-left corner of a map image along the y (vertical) axis. Integer.

Remarks

See Also

RenderServiceSoap.ConvertToLatLong Method | RenderServiceSoap.ConvertToPoint Method | Pushpin.Pixel Property