ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Double, _
       ByVal dpiY As System.Double _
    ) 
    public void SetResolution( 
       System.double dpiX,
       System.double dpiY
    )

    Parameters

    dpiX
    dpiY
    See Also