ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoTin Class / GeoTin Constructor
The triangles.

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

    Parameters

    triangles
    The triangles.
    See Also