Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle constructor

Quadrangle::Quadrangle() constructor

Initializes a new empty instance of the Quadrangle class.

Aspose::BarCode::BarCodeRecognition::Quadrangle::Quadrangle()

See Also

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)
ParameterTypeDescription
leftTopSystem::Drawing::PointA Point that represents the left-top corner of the Quadrangle.
rightTopSystem::Drawing::PointA Point that represents the right-top corner of the Quadrangle.
rightBottomSystem::Drawing::PointA Point that represents the right-bottom corner of the Quadrangle.
leftBottomSystem::Drawing::PointA Point that represents the left-bottom corner of the Quadrangle.

See Also