ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / CommandSinkNative Class / SetTags Method

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

    Parameters

    tag1
    tag2
    See Also