Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoLinearRing Class / GetPointsBounds Method

In This Topic
    GetPointsBounds Method (GeoLinearRing)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetPointsBounds( _
       ByVal points As IEnumerable(Of GeoPoint) _
    ) As C1.Win.Interop.Rect
    protected C1.Win.Interop.Rect GetPointsBounds( 
       IEnumerable<GeoPoint> points
    )

    Parameters

    points
    See Also