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

In This Topic
    LimitBounds Property (CartesianCoordinateSystem)
    In This Topic
    Gets or sets the limit bounds that this coordinate system supports.
    Syntax
    'Declaration
     
    
    Public Property LimitBounds As C1.Win.Interop.Rect
    public C1.Win.Interop.Rect LimitBounds {get; set;}
    Remarks
    Empty means automatically detect the bounds.
    See Also