MQL5 リファレンス標準ライブラリパネルとダイアログ CRectSetBound LeftTopRightBottomWidthHeightSetBoundMoveShiftContainsFormat SetBound CRect クラスの座標を使用して領域の新しい座標を設定します。 void SetBound( const & CRect rect // CRect クラス ) 戻り値 なし SetBound 領域の新しい座標を設定します。 void SetBound( const int l // 左 const int t // 上 const int r // 右 const int b // 下 ) パラメータ l [in] 左上の隅の X 座標 t [in] 左上の隅の Y 座標 r [in] 右下の隅の X 座標 b [in] 右下の隅の Y 座標 戻り値 なし Height Move