ID2D1SvgElement::SetTextValue メソッド (d2d1svg.h)

テキスト コンテンツ要素の値を設定します。

構文

HRESULT SetTextValue(
  [in] const WCHAR *name,
       UINT32      nameCount
);

パラメーター

[in] name

型: const WCHAR*

テキスト コンテンツ要素の新しい値。

nameCount

種類: UINT32

戻り値

種類: HRESULT

このメソッドは、HRESULT の成功またはエラー コードを返します。

要件

要件
対象プラットフォーム Windows
ヘッダー d2d1svg.h
[DLL] Direct2d.dll

こちらもご覧ください

ID2D1SvgElement