Rectangle.FromLTRB
Rectangle.FromLTRB method
を作成しますRectangle指定されたエッジ位置を持つ構造.
public static Rectangle FromLTRB(int left, int top, int right, int bottom)
パラメータ | タイプ | 説明 |
---|---|---|
left | Int32 | この左上隅の x 座標Rectangle構造。 |
top | Int32 | この左上隅の y 座標Rectangle構造。 |
right | Int32 | この右下隅の x 座標Rectangle構造。 |
bottom | Int32 | この右下隅の y 座標Rectangle構造。 |
戻り値
新しいRectangleこのメソッドが作成するもの。
関連項目
- struct Rectangle
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing