次の方法で共有


MetaHeader.NoObjects プロパティ

Metafile オブジェクト内に同時に存在できるオブジェクトの最大数を取得または設定します。

Public Property NoObjects As Short
[C#]
public short NoObjects {get; set;}
[C++]
public: __property short get_NoObjects();public: __property void set_NoObjects(short);
[JScript]
public function get NoObjects() : Int16;public function set NoObjects(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 名前空間