メモリ内のメタファイルのハンドルを取得または設定します。
Public Property Hmf As Short
[C#]
public short Hmf {get; set;}
[C++]
public: __property short get_Hmf();public: __property void set_Hmf(short);
[JScript]
public function get Hmf() : Int16;public function set Hmf(Int16);
プロパティ値
メモリ内のメタファイルのハンドル。
解説
このプロパティは、ディスクに書き込まれるときには使用されず、常に値 0 が含まれています。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
WmfPlaceableFileHeader クラス | WmfPlaceableFileHeader メンバ | System.Drawing.Imaging 名前空間