Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoPolyhedralSurface Class / GetPointsBounds Method
The points of the geometry.

In This Topic
    GetPointsBounds Method (GeoPolyhedralSurface)
    In This Topic
    Gets the points bound rectangle.
    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
    The points of the geometry.

    Return Value

    Returns the points of the geometry.
    See Also