ID2D1RenderTarget::SetTags method (d2d1.h)
Specifies a label for subsequent drawing operations.
Syntax
void SetTags(
D2D1_TAG tag1,
D2D1_TAG tag2
);
Parameters
tag1
Type: D2D1_TAG
A label to apply to subsequent drawing operations.
tag2
Type: D2D1_TAG
A label to apply to subsequent drawing operations.
Return value
None
Remarks
The labels specified by this method are printed by debug error messages. If no tag is set, the default value for each tag is 0.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | d2d1.h |
Library | D2d1.lib |
DLL | D2d1.dll |