Corners Class |
Namespace: GroupDocs.Signature.Domain
The Corners type exposes the following members.
Name | Description | |
---|---|---|
![]() | Corners |
Initializes a new instance of Corners class using zero values.
|
![]() | Corners(Double) |
Initializes a new instance of the Corners class using the supplied value for all corners.
|
![]() | Corners(Double, Double, Double, Double) |
Initializes a new instance of the Corners class using the supplied values.
|
Name | Description | |
---|---|---|
![]() | All |
Gets or sets the value for all corners.
Changing of any partial corner like top right makes this property equal 0;
|
![]() | BottomLeft |
Gets or sets bottom left corner value.
|
![]() | BottomRight |
Gets or sets bottom right corner value.
|
![]() | TopLeft |
Gets or sets top left corner value.
|
![]() | TopRight |
Gets or sets top right corner value.
|
Name | Description | |
---|---|---|
![]() | Clone |
Gets a copy of this object.
|
![]() | Equals |
Override equals method
(Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Overrides obtaining unique hash code value
(Overrides ObjectGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Provides a Corners object with no data.
|