Gets the bounding rectangle.

Namespace:  C1.Phone.Maps
Assembly:  C1.Phone.Maps (in C1.Phone.Maps.dll)

Syntax

C#
protected Rect GetBounds(
	IEnumerable<Point> pts
)
Visual Basic
Protected Function GetBounds ( _
	pts As IEnumerable(Of Point) _
) As Rect

Parameters

pts
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Point>)>)>

Return Value

See Also