ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / TessellationSink Interface / AddTriangles Method
An array of Triangle structures that describe the triangles to add to the sink.

In This Topic
    AddTriangles Method (TessellationSink)
    In This Topic
    Copies the specified triangles to the sink.
    Syntax
    'Declaration
     
    Sub AddTriangles( _
       ByVal triangles() As Triangle _
    ) 
    void AddTriangles( 
       Triangle[] triangles
    )

    Parameters

    triangles
    An array of Triangle structures that describe the triangles to add to the sink.
    See Also