CRenderTarget::GetTags

Gets the label for subsequent drawing operations.

void GetTags(
   D2D1_TAG *tag1 = NULL,
   D2D1_TAG *tag2 = NULL
) const;

Parameters

  • tag1
    Contains the first label for subsequent drawing operations. This parameter is passed uninitialized. If NULL is specified, no value is retrieved for this parameter.

  • tag2
    Contains the second label for subsequent drawing operations. This parameter is passed uninitialized. If NULL is specified, no value is retrieved for this parameter.

Requirements

Header: afxrendertarget.h

See Also

Reference

CRenderTarget Class