Rectangle Class |
Namespace: GroupDocs.Parser.Data
The Rectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Rectangle(Point, Size) |
Initializes a new instance of the Rectangle class.
|
![]() | Rectangle(Double, Double, Double, Double) |
Initializes a new instance of the Rectangle class.
|
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the y-coordinate of the bottom edge of the rectangular area.
|
![]() | Left |
Gets the x-coordinate of the left edge of the rectangular area.
|
![]() | Position |
Gets the coordinates of the upper-left corner of the rectangular area.
|
![]() | Right |
Gets the x-coordinate of the right egde of the rectangular area.
|
![]() | Size |
Gets the size.
|
![]() | Top |
Gets the y-coordinate of the top edge of the rectangular area.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Converts the value of this instance to String.
(Overrides ObjectToString.) |