Property Dpi
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
Dpi
Gets the DPI (dots-per-inch) for the scaling factor. This will always equal (int)Scale*96
.
public int Dpi { get; }
Gets the DPI (dots-per-inch) for the scaling factor. This will always equal (int)Scale*96
.
public int Dpi { get; }