Rectangle.Rectangle
Rectangle(int, int, int, int)
の新しいインスタンスを初期化しますRectangle
指定された場所とサイズの構造体.
public Rectangle(int x, int y, int width, int height)
パラメータ | タイプ | 説明 |
---|---|---|
x | Int32 | 四角形の左上隅の x 座標。 |
y | Int32 | 四角形の左上隅の y 座標。 |
width | Int32 | 長方形の幅。 |
height | Int32 | 長方形の高さ。 |
関連項目
- struct Rectangle
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Rectangle(Point, Size)
の新しいインスタンスを初期化しますRectangle
指定された場所とサイズの構造体.
public Rectangle(Point location, Size size)
パラメータ | タイプ | 説明 |
---|---|---|
location | Point | あPoint これは、長方形領域の左上隅を表します。 |
size | Size | あSize これは、長方形領域の幅と高さを表します。 |
関連項目
- struct Point
- struct Size
- struct Rectangle
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD