ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / Begin Method

In This Topic
    Begin Method
    In This Topic
    void ID3D11DeviceContext::Begin([In] ID3D11Asynchronous* pAsync)
    Syntax
    'Declaration
     
    Public Sub Begin( _
       ByVal asyncRef As Asynchronous _
    ) 
    public void Begin( 
       Asynchronous asyncRef
    )

    Parameters

    asyncRef
    See Also