ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext2 Class / SetMarkerInt Method

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

    Parameters

    labelRef
    data
    See Also