ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / SwapChain2 Class / SetSourceSize Method

In This Topic
    SetSourceSize Method
    In This Topic
    HRESULT IDXGISwapChain2::SetSourceSize([In] unsigned int Width,[In] unsigned int Height)
    Syntax
    'Declaration
     
    Public Sub SetSourceSize( _
       ByVal width As Integer, _
       ByVal height As Integer _
    ) 
    public void SetSourceSize( 
       int width,
       int height
    )

    Parameters

    width
    height
    See Also