Click or drag to resize
CanvasCachedGeometryCreateFill Method (CanvasGeometry)
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
)

Parameters

geometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasGeometry

Return Value

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