Rectangle.FromLeftTopRightBottom

Rectangle.FromLeftTopRightBottom method

を作成しますRectangle指定されたエッジ位置を持つ構造.

public static Rectangle FromLeftTopRightBottom(int left, int top, int right, int bottom)
パラメータタイプ説明
leftInt32この左上隅の x 座標Rectangle構造。
topInt32この左上隅の y 座標Rectangle構造。
rightInt32この右下隅の x 座標Rectangle構造。
bottomInt32この右下隅の y 座標Rectangle構造。

戻り値

新しいRectangleこのメソッドが作成するもの。

関連項目