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

In This Topic
    SetSize Method (BitmapFrameEncode)
    In This Topic
    HRESULT IWICBitmapFrameEncode::SetSize([In] unsigned int uiWidth,[In] unsigned int uiHeight)
    Syntax
    'Declaration
     
    Public Sub SetSize( _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    public void SetSize( 
       int width,
       int height
    )

    Parameters

    width
    height
    See Also