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