[This is preliminary documentation and is subject to change.]
The RectangleElement type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| RectangleElement(Single, Single, Single, Single) | Initializes a new instance of the RectangleElement class | |
| RectangleElement(Single, Single, Single, Single, PdfDrawStyle) | Initializes a new instance of the RectangleElement class |
Methods
| Name | Description | |
|---|---|---|
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
| GetReference |
Returns PDF object indirect reference
(Inherited from PdfObject.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from | ||
| Write | (Overrides PdfElement Write(PdfWriter).) |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| ObjectId |
Document-wide unique object Id
(Inherited from PdfObject.) | |
| Style | ||
| X |
X-coordinate
(Inherited from PdfElement.) | |
| X1 | ||
| Y |
Y-coordinate
(Inherited from PdfElement.) | |
| Y1 |
See Also