Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeographicCoordinateSystem Class / LimitBounds Property

In This Topic
    LimitBounds Property (GeographicCoordinateSystem)
    In This Topic
    Gets the limit bounds that this coordinate system supports.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LimitBounds As C1.Win.Interop.Rect
    public C1.Win.Interop.Rect LimitBounds {get;}
    Remarks
    Returns the bounds of longitude from -180 to 180 and latitude from -90 to 90.
    See Also