ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal height As System.Integer _
    ) 
    public void SetSourceSize( 
       System.int width,
       System.int height
    )

    Parameters

    width
    height
    See Also