出力デバイス上のメタファイル イメージに外接する四角形の右下隅の x 座標を取得または設定します。
Public Property BboxRight As Short
[C#]
public short BboxRight {get; set;}
[C++]
public: __property short get_BboxRight();public: __property void set_BboxRight(short);
[JScript]
public function get BboxRight() : Int16;public function set BboxRight(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 名前空間