出力デバイス上のメタファイル イメージに外接する四角形の左上隅の x 座標を取得または設定します。
Public Property BboxLeft As Short
[C#]
public short BboxLeft {get; set;}
[C++]
public: __property short get_BboxLeft();public: __property void set_BboxLeft(short);
[JScript]
public function get BboxLeft() : Int16;public function set BboxLeft(Int16);
プロパティ値
出力デバイス上のメタファイル イメージに外接する四角形の左上隅の x 座標。
解説
外接する四角形の座標は、twip 単位で計測します。
必要条件
プラットフォーム: 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 名前空間