Click or drag to resize
CanvasCompositionGetCanvasDevice Method
[Win10_10586] Gets the CanvasDevice associated with the given CompositionGraphicsDevice.

Namespace:  Microsoft.Graphics.Canvas.UI.Composition
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public static CanvasDevice GetCanvasDevice(
	CompositionGraphicsDevice graphicsDevice
)

Parameters

graphicsDevice
Type: Windows.UI.CompositionCompositionGraphicsDevice

Return Value

Type: CanvasDevice
Remarks

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

See Also