Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle constructor
Contents
[
Hide
]Quadrangle::Quadrangle() constructor
Initializes a new empty instance of the Quadrangle class.
Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle()
See Also
- Class Quadrangle
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++
Quadrangle::Quadrangle(System::Drawing::Point, System::Drawing::Point, System::Drawing::Point, System::Drawing::Point) constructor
Initializes a new instance of the Quadrangle class with the describing points.
Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle(System::Drawing::Point leftTop, System::Drawing::Point rightTop, System::Drawing::Point rightBottom, System::Drawing::Point leftBottom)
Parameter | Type | Description |
---|---|---|
leftTop | System::Drawing::Point | A Point that represents the left-top corner of the Quadrangle. |
rightTop | System::Drawing::Point | A Point that represents the right-top corner of the Quadrangle. |
rightBottom | System::Drawing::Point | A Point that represents the right-bottom corner of the Quadrangle. |
leftBottom | System::Drawing::Point | A Point that represents the left-bottom corner of the Quadrangle. |
See Also
- Class Quadrangle
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++