Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoLinearRing Class / GeoLinearRing Constructor
The points.

In This Topic
    GeoLinearRing Constructor
    In This Topic
    Initializes a new instance of the GeoLinearRing class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal points As IEnumerable(Of GeoPoint) _
    )
    public GeoLinearRing( 
       IEnumerable<GeoPoint> points
    )

    Parameters

    points
    The points.
    See Also