ID2D1RenderTarget::SetTags method
Specifies a label for subsequent drawing operations.
Syntax
virtual void SetTags( D2D1_TAG tag1, D2D1_TAG tag2 ) = 0;
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
This method does not return a value.
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
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also