ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapFrameEncode Class / SetResolution Method

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

    Parameters

    dpiX
    dpiY
    See Also