Rectangle Structure |
Namespace: GroupDocs.Annotation.Models
The Rectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Rectangle |
Initializes a new instance of the Rectangle struct.
|
Name | Description | |
---|---|---|
![]() | Height |
Gets or sets the height.
|
![]() | Width |
Gets or sets the width.
|
![]() | X |
Gets or sets the x.
|
![]() | Y |
Gets or sets the y.
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the specified rectangle is equal to the current rectangle.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode |
Serves as the default hash function.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two Rectangle objects. The result specifies whether the values of the Rectangle.X, Rectangle.Y, Rectangle.Width and Rectangle.Height properties of the two Rectangle objects are equal.
|
![]() ![]() | Inequality |
Compares two Rectangle objects. The result specifies whether the values of the Rectangle.X, Rectangle.Y, Rectangle.Width and Rectangle.Height properties of the two Rectangle objects are not equal.
|