Quadrangle

Quadrangle class

Module: aspose_barcode.recognition.quadrangle

Stores a set of four Points that represent a Quadrangle region.

Constructors

NameDescription
initInitializes a new instance of the Quadrangle structure with the describing points.

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified Quadrangle value.
hashintNoReturns the hash code for the current instance.
strstrNoReturns a human-readable string representation of this Quadrangle.
bounding_rectangleRectLikeNo
containsboolNo
contains_pointboolNo
contains_quadrangleboolNo
contains_rectangleboolNo
emptyQuadrangleYesRepresents a Quadrangle structure with its properties set to (0,0).
is_emptyboolNo

Properties

NameTypeDescription
left_bottomPointLike
left_topPointLike
right_bottomPointLike
right_topPointLike