CanvasDrawingSessionDpi Property |
Namespace: Microsoft.Graphics.Canvas
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.
Drawing sessions inherit their DPI from the CanvasControl, CanvasImageSource or CanvasRenderTarget they were created from.
For more information, see DPI and DIPs.