Click or drag to resize
CanvasPathBuilder Constructor
Initializes a new instance of the CanvasPathBuilder class.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasPathBuilder(
	ICanvasResourceCreator resourceCreator
)

Parameters

resourceCreator
Type: Microsoft.Graphics.CanvasICanvasResourceCreator
Remarks
The resource creator parameter can be null if the geometry will never be drawn onto a CanvasDevice.
See Also