The following tables list the members exposed by PdfVisualRectangle.
Public Constructors
Public Properties
| Name | Description |
 | Height |
Gets or sets the height.
|
 | Left |
Gets or sets left position.
|
 | Top |
Gets or sets top position.
|
 | Width |
Gets or sets the width.
|
Top
Public Methods
| Name | Description |
 | IntersectsWith |
Determines if this rectangle intersects with visualRectangle.
|
 | IsPointInRectangle | Overloaded.
Tests if the given point is located inside the rectangle.
|
 | ToString | Returns a string that represents the current object. |
Top
See Also