Rectangle.Rectangle
Rectangle constructor
Initializes a new instance of the Rectangle class.
public Rectangle(float left, float bottom, float width, float height)
| Parameter | Type | Description |
|---|---|---|
| left | Single | The left position of the rectangle. |
| bottom | Single | The bottom position of the rectangle. |
| width | Single | The width of the rectangle. |
| height | Single | The height of the rectangle. |
See Also
- class Rectangle
- namespace Aspose.Pdf.Drawing
- assembly Aspose.PDF