次の方法で共有


CRenderTarget::SetTags

以降の描画操作のラベルを指定します。

void SetTags(
   D2D1_TAG tag1,
   D2D1_TAG tag2
);

パラメーター

  • tag1
    以降の描画操作に適用するラベル。

  • tag2
    以降の描画操作に適用するラベル。

必要条件

ヘッダー: afxrendertarget.h

参照

関連項目

CRenderTarget クラス