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