PdfRectangle Structure |
Namespace: RadPdf.Data.Document.Common
The PdfRectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Height |
Gets a value representing the height of this rectangle (in pixels).
|
![]() | Width |
Gets a value representing the width of this rectangle (in pixels).
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Converts the attributes of this PdfRectangle to a human-readable string.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() | Bottom |
Gets a value representing the lower left y coordinate (lly) of this rectangle (in pixels).
|
![]() | Left |
Gets a value representing the lower left x coordinate (llx) of this rectangle (in pixels).
|
![]() | Right |
Gets a value representing the upper right x coordinate (urx) of this rectangle (in pixels).
|
![]() | Top |
Gets a value representing the upper right y coordinate (ury) of this rectangle (in pixels).
|
PDF coordinates are bottom-up