Click or drag to resize
CanvasBitmapSizeInPixels Property
Gets the size of the bitmap, in pixels.

Namespace:  Microsoft.Graphics.Canvas
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