Click or drag to resize
CanvasVirtualImageSourceRecreate Method
Recreates the underlying image source associating it with a different CanvasDevice.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void Recreate(
	ICanvasResourceCreator resourceCreator
)

Parameters

resourceCreator
Type: Microsoft.Graphics.CanvasICanvasResourceCreator
See Also