ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / BitmapRenderTarget Class / Resize Method

In This Topic
    Resize Method (BitmapRenderTarget)
    In This Topic
    HRESULT IDWriteBitmapRenderTarget::Resize([In] unsigned int width,[In] unsigned int height)
    Syntax
    'Declaration
     
    Public Sub Resize( _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) 
    public void Resize( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also