ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorItemBase Class / GetBounds Method

In This Topic
    GetBounds Method
    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