ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext2 Class / BeginEventInt Method

In This Topic
    BeginEventInt Method
    In This Topic
    void ID3D11DeviceContext2::BeginEventInt([In] const wchar_t* pLabel,[In] int Data)
    Syntax
    'Declaration
     
    Public Sub BeginEventInt( _
       ByVal labelRef As String, _
       ByVal data As Integer _
    ) 
    public void BeginEventInt( 
       string labelRef,
       int data
    )

    Parameters

    labelRef
    data
    See Also