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

In This Topic
    GetSourceSize Method
    In This Topic
    HRESULT IDXGISwapChain2::GetSourceSize([Out] unsigned int* pWidth,[Out] unsigned int* pHeight)
    Syntax
    'Declaration
     
    Public Sub GetSourceSize( _
       ByRef widthRef As Integer, _
       ByRef heightRef As Integer _
    ) 
    public void GetSourceSize( 
       out int widthRef,
       out int heightRef
    )

    Parameters

    widthRef
    heightRef
    See Also