Rectangle Structure |
Namespace: GroupDocs.Metadata.Common
The Rectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the y-coordinate that is the sum of the Y and Height property values of the rectangle.
|
![]() ![]() | Empty |
Gets the empty rectangle.
|
![]() | Height |
Gets the height.
|
![]() | IsEmpty |
Gets a value indicating whether this instance is empty.
|
![]() | Left |
Gets the x-coordinate of the left edge of the rectangle.
|
![]() | Right |
Gets the x-coordinate that is the sum of X and Width property values of the rectangle.
|
![]() | Top |
Gets the y-coordinate that is the sum of the Y and Height property values of the rectangle.
|
![]() | Width |
Gets the width.
|
![]() | X |
Gets the x.
|
![]() | Y |
Gets the y.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from ValueType.) |
![]() | GetHashCode | (Inherited from ValueType.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) |