ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / Bitmap Class / SetResolution Method

In This Topic
    SetResolution Method (Bitmap)
    In This Topic
    HRESULT IWICBitmap::SetResolution([In] double dpiX,[In] double dpiY)
    Syntax
    'Declaration
     
    Public Sub SetResolution( _
       ByVal dpiX As System.Double, _
       ByVal dpiY As System.Double _
    ) 
    public void SetResolution( 
       System.double dpiX,
       System.double dpiY
    )

    Parameters

    dpiX
    dpiY
    See Also