ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByVal height As System.Integer _
    ) 
    public void SetSize( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also