Click or drag to resize
CanvasCachedGeometryCreateFill Method (CanvasGeometry, Single)
Creates a new, cached version of the fill of a geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static CanvasCachedGeometry CreateFill(
	CanvasGeometry geometry,
	float flatteningTolerance
)

Parameters

geometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasGeometry
flatteningTolerance
Type: SystemSingle

Return Value

Type: CanvasCachedGeometry
Remarks
The cached version is created using the specified flattening tolerance.
See Also