ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / SetDpi Method / SetDpi(Double) Method
The horizontal and vertical resolution.

In This Topic
    SetDpi(Double) Method
    In This Topic
    Changes the physical resolution of the image.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDpi( _
       ByVal dpi As Double _
    ) 
    public void SetDpi( 
       double dpi
    )

    Parameters

    dpi
    The horizontal and vertical resolution.
    See Also