CanvasDeviceMaximumBitmapSizeInPixels Property |
Namespace: Microsoft.Graphics.Canvas
This size limit is reported in pixels. The limit applies to both the width and height of bitmaps. It will vary depending on the Direct3D feature level of the device, and whether the device has hardware acceleration enabled. To convert the size limit from pixels to DIPs, use the ConvertPixelsToDips method found on CanvasControl, CanvasDrawingSession, or CanvasRenderTarget.
For more information, see DPI and DIPs.