PixelCoord Class

PixelCoord Class

Contains the coordinates of a pixel on a map image.


Public Class PixelCoord Inherits System.Object



[C#]

public class PixelCoord : System.Object

Public Properties

Name Description
public propertyX

The pixel offset from the upper-left corner of a map image along the x (horizontal) axis.

public propertyY

The pixel offset from the upper-left corner of a map image along the y (vertical) axis.

Remarks

See Also

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