Vcl.Graphics.TMetafile.Description

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Description: String read GetDesc;

C++

__property System::UnicodeString Description = {read=GetDesc};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TMetafile

説明

メタファイルに埋め込まれたオプションのテキスト記述を提供します。

TMetafileCanvasCreateWithCommentCreateWithComment コンストラクタ(Delphi)またはコメントをとる TMetafileCanvas コンストラクタ(C++)を呼び出すことによって,新しいメタファイルの Description 文字列を設定します。

関連項目