Click or drag to resize
CanvasVirtualImageSourceResize Method (Single, Single)
Resizes the virtual image.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void Resize(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
height
Type: SystemSingle
See Also