Aspose::BarCode::BarCodeRecognition::Quadrangle class
Contents
[
Hide
]Quadrangle class
Stores a set of four Points that represent a Quadrangle region.
class Quadrangle : public System::IEquatable<System::SharedPtr<Aspose::BarCode::BarCodeRecognition::Quadrangle>>
Methods
Method | Description |
---|---|
Contains(System::Drawing::Point) | Determines if the specified Point is contained within this Quadrangle class. |
Contains(int32_t, int32_t) | Determines if the specified point is contained within this Quadrangle class. |
Contains(System::SharedPtr<Quadrangle>) | Determines if the specified Quadrangle is contained or intersect this Quadrangle class. |
Contains(System::Drawing::Rectangle) | Determines if the specified Rectangle is contained or intersect this Quadrangle class. |
Equals(System::SharedPtr<Quadrangle>) override | Returns a value indicating whether this instance is equal to a specified Quadrangle value. |
get_BoundingRectangle() | Gets Rectangle bounding this Quadrangle |
get_IsEmpty() | Tests whether all Points of this Quadrangle have values of zero. |
get_LeftBottom() const | Gets left-bottom corner Point of Quadrangle region. |
get_LeftTop() const | Gets left-top corner Point of Quadrangle region. |
get_RightBottom() const | Gets right-bottom corner Point of Quadrangle region. |
get_RightTop() const | Gets right-top corner Point of Quadrangle region. |
GetHashCode() const override | Returns the hash code for this instance. |
Quadrangle() | Initializes a new empty instance of the Quadrangle class. |
Quadrangle(System::Drawing::Point, System::Drawing::Point, System::Drawing::Point, System::Drawing::Point) | Initializes a new instance of the Quadrangle class with the describing points. |
set_LeftBottom(System::Drawing::Point) | Gets left-bottom corner Point of Quadrangle region. |
set_LeftTop(System::Drawing::Point) | Gets left-top corner Point of Quadrangle region. |
set_RightBottom(System::Drawing::Point) | Gets right-bottom corner Point of Quadrangle region. |
set_RightTop(System::Drawing::Point) | Gets right-top corner Point of Quadrangle region. |
ToString() const override | Returns a human-readable string representation of this Quadrangle. |
Fields
Field | Description |
---|---|
static Empty | Represents a Quadrangle class with its properties left uninitialized. |
See Also
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++