PixelRectangle Class

PixelRectangle Class

Contains the definition of a rectangle on a map image. It is used to contain the perimeter of a pushpin icon (HotArea.IconRectangle property) or label (HotArea.LabelRectangle property) used when creating a hot area for a clickable map.

Public Class PixelRectangle
    Member of [Namespace]
[C#]
public class PixelRectangle : System.Object
    Member of [Namespace]

Public Properties

public propertyBottom The pixel position for the bottom extent of the rectangle measured from the upper-left corner of the image. Integer.
public propertyLeft The pixel position for the left-most extent of the rectangle measured from the upper-left corner of the image. Integer.
public propertyRight The pixel position for the right-most extent of the rectangle measured from the upper-left corner of the image. Integer.
public propertyTop The pixel position for the top extent of the rectangle measured from the upper-left corner of the image. Integer.

Remarks

See Also

HotArea.IconRectangle Property | HotArea.LabelRectangle Property | HotArea Class | MapImage.HotAreas Property | RenderServiceSoap.GetMap Method