Rectangle
Contents
[
Hide
]Rectangle class
Represents rectangle.
The Rectangle type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Rectangle(left, bottom, width, height) | Initializes a new instance of the Rectangle class |
Properties
| Name | Description |
|---|---|
| graph_info | Gets or sets a graph_info object that indicates the graph info,such as color, line width,etc. |
| text | Gets or sets a text for shape |
| rounded_corner_radius | Gets or sets a float value that indicates the radius of rectangle corners. |
| left | Gets or sets a float value that indicates the left position of the rectangle. |
| bottom | Gets or sets a float value that indicates the bottom position of the rectangle. |
| width | Gets or sets a float value that indicates the width of the rectangle. |
| height | Gets or sets a float value that indicates the height of the rectangle. |
See Also
- namespace aspose.pdf.drawing
- assembly Aspose.PDF