Rectangle
Leave feedback
On this page
Creates a rectangle from corner coordinates and dimensions.
public Rectangle(int x, int y, int width, int height)
| Parameter | Type | Description |
|---|---|---|
| x | Int32 | Top-left horizontal offset in pixels. |
| y | Int32 | Top-left vertical offset in pixels. |
| width | Int32 | Area width in pixels. |
| height | Int32 | Area height in pixels. |
- struct Rectangle
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
Creates a rectangle from a top-left point and region size.
public Rectangle(Point location, Size size)
| Parameter | Type | Description |
|---|---|---|
| location | Point | Top-left corner of the area. |
| size | Size | Width and height of the area. |
- struct Point
- struct Size
- struct Rectangle
- namespace GroupDocs.Redaction.Options.Drawing
- assembly GroupDocs.Redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.