Click or drag to resize
ICanvasResourceCreatorWithDpiDpi Property
Gets the dots-per-inch (DPI) of this object.

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

Property Value

Type: Single
Remarks

DPI describes the ratio between device independent pixels (DIPs) and actual physical pixels. The identity DPI value is 96, which means DIPs and pixels are the same.

For more information, see DPI and DIPs.

See Also