NevronOpenVision
Nevron.Nov.Chart Namespace / NGridSurfaceData Class / InitFromTriangles Method / InitFromTriangles(ICollection<NColoredTriangle>,ENTriangleRasterizationMode,Int32,Int32,Int32,Int32,NRectangle) Method
In This Topic
    InitFromTriangles(ICollection<NColoredTriangle>,ENTriangleRasterizationMode,Int32,Int32,Int32,Int32,NRectangle) Method
    In This Topic
    Inits the grid surface data from a set of triangles each having three vertices with associated
    Syntax
    public void InitFromTriangles( 
       System.Collections.Generic.ICollection<NColoredTriangle> triangles,
       ENTriangleRasterizationMode rasterizationMode,
       System.int gridSizeX,
       System.int gridSizeY,
       System.int xResolution,
       System.int yResolution,
       out NRectangle gridBounds
    )

    Parameters

    triangles
    rasterizationMode
    gridSizeX
    gridSizeY
    xResolution
    yResolution
    gridBounds
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also