Click or drag to resize
CanvasCompositionResize Method
[Win10_10586] Resizes the given CompositionDrawingSurface.

Namespace:  Microsoft.Graphics.Canvas.UI.Composition
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static void Resize(
	CompositionDrawingSurface drawingSurface,
	Size sizeInPixels
)

Parameters

drawingSurface
Type: Windows.UI.CompositionCompositionDrawingSurface
sizeInPixels
Type: Windows.FoundationSize
Remarks

This API is only available when running on Windows 10 build 10586 (released November 2015) or greater.

See Also