Click or drag to resize
CanvasSwapChainResizeBuffers Method (Single, Single)
Changes the CanvasSwapChain's back buffer size.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void ResizeBuffers(
	float newWidth,
	float newHeight
)

Parameters

newWidth
Type: SystemSingle
newHeight
Type: SystemSingle
Remarks
See Also