ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Geometry Class / Tessellate Method / Tessellate(TessellationSink) Method
The C1.Win.DX.Direct2D.TessellationSink to which the tessellated is appended.

In This Topic
    Tessellate(TessellationSink) Method
    In This Topic
    Creates a set of clockwise-wound triangles that cover the geometry after it has been transformed using the specified matrix and flattened using the specified tolerance
    Syntax
    'Declaration
     
    Public Overloads Sub Tessellate( _
       ByVal tessellationSink As TessellationSink _
    ) 
    public void Tessellate( 
       TessellationSink tessellationSink
    )

    Parameters

    tessellationSink
    The C1.Win.DX.Direct2D.TessellationSink to which the tessellated is appended.

    Return Value

    If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
    See Also