Click or drag to resize
CanvasImageSourceDevice Property
Gets the device used by this image source.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
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
See Also