Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPolyline Class / GetBounds Method

In This Topic
    GetBounds Method (VectorPolyline)
    In This Topic
    Gets the bounding rectangle.
    Syntax
    'Declaration
     
    
    Protected Function GetBounds( _
       ByVal pts As IEnumerable(Of Point) _
    ) As Rect
    protected Rect GetBounds( 
       IEnumerable<Point> pts
    )

    Parameters

    pts
    See Also