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

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,
	float newDpi
)

Parameters

newWidth
Type: SystemSingle
newHeight
Type: SystemSingle
newDpi
Type: SystemSingle
Remarks
See Also