Click or drag to resize
CanvasGeometryTessellate Method
Returns an array of clockwise-wound triangles that cover the geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasTriangleVertices[] Tessellate()

Return Value

Type: CanvasTriangleVertices
See Also