ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / SetDpi Method / SetDpi(Double,Double) Method
The horizontal resolution.
The vertical resolution.

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

    Parameters

    dpiX
    The horizontal resolution.
    dpiY
    The vertical resolution.
    See Also