ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CommandSink Interface / SetTags Method

In This Topic
    SetTags Method (CommandSink)
    In This Topic
    HRESULT ID2D1CommandSink::SetTags([In] unsigned longlong tag1,[In] unsigned longlong tag2)
    Syntax
    'Declaration
     
    Sub SetTags( _
       ByVal tag1 As System.Long, _
       ByVal tag2 As System.Long _
    ) 
    void SetTags( 
       System.long tag1,
       System.long tag2
    )

    Parameters

    tag1
    tag2
    See Also