ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / WindowRenderTarget Class / Resize Method

In This Topic
    Resize Method (WindowRenderTarget)
    In This Topic
    HRESULT ID2D1HwndRenderTarget::Resize([In] const D2D_SIZE_U* pixelSize)
    Syntax
    'Declaration
     
    Public Sub Resize( _
       ByVal pixelSizeRef As Size2L _
    ) 
    public void Resize( 
       Size2L pixelSizeRef
    )

    Parameters

    pixelSizeRef
    See Also