Quadrangle Structure |
Namespace: Aspose.BarCode.BarCodeRecognition
The Quadrangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Quadrangle |
Initializes a new instance of the Quadrangle structure with the describing points.
|
Name | Description | |
---|---|---|
![]() | BoundingRectangle | Gets Rectangle bounding this Quadrangle |
![]() | IsEmpty | Tests whether all Points of this Quadrangle have values of zero. |
![]() | LeftBottom | Gets left-bottom corner Point of Quadrangle region |
![]() | LeftTop | Gets left-top corner Point of Quadrangle region |
![]() | RightBottom | Gets right-bottom corner Point of Quadrangle region |
![]() | RightTop | Gets right-top corner Point of Quadrangle region |
Name | Description | |
---|---|---|
![]() | Contains(Point) |
Determines if the specified Point is contained within this Quadrangle structure.
|
![]() | Contains(Rectangle) |
Determines if the specified Rectangle is contained or intersect this Quadrangle structure.
|
![]() | Contains(Quadrangle) |
Determines if the specified Quadrangle is contained or intersect this Quadrangle structure.
|
![]() | Contains(Int32, Int32) |
Determines if the specified point is contained within this Quadrangle structure.
|
![]() | Equals(Object) |
Returns a value indicating whether this instance is equal to a specified Quadrangle value.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Quadrangle) |
Returns a value indicating whether this instance is equal to a specified Quadrangle value.
|
![]() | GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a human-readable string representation of this Quadrangle.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns a value indicating whether the first Quadrangle value is equal to the second.
|
![]() ![]() | Inequality |
Returns a value indicating if the first Quadrangle value is different from the second.
|
Name | Description | |
---|---|---|
![]() ![]() | Empty | Represents a Quadrangle structure with its properties left uninitialized. |