Click or drag to resize
CanvasVirtualImageSourceSizeInPixels Property
Gets the size of the image source, in pixels.

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public BitmapSize SizeInPixels { get; }

Property Value

Type: BitmapSize
Remarks
For more information, see DPI and DIPs.
See Also