Table of Contents

Property Dpi

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Dpi

The bitmap DPI.

public Vector2Float Dpi { readonly get; set; }

Property Value

Vector2Float

Remarks

If set to (0, 0), the DPI of the bitmap will be set to the desktop DPI if the device context is a windowed context, or 96 DPI for any other device context.