ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Bitmap Class / DotsPerInch Property

In This Topic
    DotsPerInch Property (Bitmap)
    In This Topic
    Return the dots per inch (DPI) of the bitmap.
    Syntax
    'Declaration
     
    Public ReadOnly Property DotsPerInch As Size2F
    public Size2F DotsPerInch {get;}
    See Also