ComponentOne Bitmap for UWP
Tessellate(Single,TessellationSink) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > Tessellate Method : Tessellate(Single,TessellationSink) Method
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
The TessellationSink to which the tessellated is appended.
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 flatteningTolerance As System.Single, _
   ByVal tessellationSink As TessellationSink _
) 
public void Tessellate( 
   System.float flatteningTolerance,
   TessellationSink tessellationSink
)

Parameters

flatteningTolerance
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
tessellationSink
The 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

Reference

Geometry Class
Geometry Members
Overload List