Quadrangle
Contents
[
Hide
]Quadrangle class
Module: aspose_barcode.recognition.quadrangle
Stores a set of four Points that represent a Quadrangle region.
Constructors
| Name | Description |
|---|---|
| init | Initializes a new instance of the Quadrangle structure with the describing points. |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified Quadrangle value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this Quadrangle. |
| bounding_rectangle | RectLike | No | |
| contains | bool | No | |
| contains_point | bool | No | |
| contains_quadrangle | bool | No | |
| contains_rectangle | bool | No | |
| empty | Quadrangle | Yes | Represents a Quadrangle structure with its properties set to (0,0). |
| is_empty | bool | No |
Properties
| Name | Type | Description |
|---|---|---|
| left_bottom | PointLike | |
| left_top | PointLike | |
| right_bottom | PointLike | |
| right_top | PointLike |