In This Topic
void ID2D1RenderTarget::GetTags([Out, Optional] unsigned longlong* tag1,[Out, Optional] unsigned longlong* tag2)
Syntax
'Declaration
Public Sub GetTags( _
ByRef As System.Long, _
ByRef As System.Long _
)
public void GetTags(
out System.long ,
out System.long
)
Parameters
- tag1
- tag2
See Also