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