次の方法で共有


MetaHeader.Type プロパティ

関連付けられている Metafile オブジェクトの型を取得または設定します。

Public Property Type As Short
[C#]
public short Type {get; set;}
[C++]
public: __property short get_Type();public: __property void set_Type(short);
[JScript]
public function get Type() : Int16;public function set Type(Int16);

プロパティ値

関連付けられている Metafile オブジェクトの型。

解説

メタファイルがメモリにあるか、またはディスク ファイルに記録されているかを指定します。このプロパティは、次のいずれかの値をとります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

MetaHeader クラス | MetaHeader メンバ | System.Drawing.Imaging 名前空間