Click or drag to resize
CanvasSpriteBatchDevice Property
[Win10_10586] Gets the device associated with this sprite batch.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasDevice Device { get; }

Property Value

Type: CanvasDevice

Implements

ICanvasResourceCreatorDevice
Remarks

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

See Also