Quadrangle.Quadrangle
Contents
[
Hide
]Quadrangle()
Initializes a new empty instance of the Quadrangle class.
public Quadrangle()
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
Quadrangle(Point, Point, Point, Point)
Initializes a new instance of the Quadrangle class with the describing points.
public Quadrangle(Point leftTop, Point rightTop, Point rightBottom, Point leftBottom)
| Parameter | Type | Description |
|---|---|---|
| leftTop | Point | A Point that represents the left-top corner of the Quadrangle. |
| rightTop | Point | A Point that represents the right-top corner of the Quadrangle. |
| rightBottom | Point | A Point that represents the right-bottom corner of the Quadrangle. |
| leftBottom | Point | A Point that represents the left-bottom corner of the Quadrangle. |
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode