ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer, _
       ByRef heightRef As System.Integer _
    ) 
    public void GetSourceSize( 
       out System.int widthRef,
       out System.int heightRef
    )

    Parameters

    widthRef
    heightRef
    See Also