EQuadrilateral::GetCorners

The corners of the EQuadrilateral.

Namespace: Euresys::Open_eVision_2_11

[C++]

std::vector<Euresys::Open_eVision_2_11::EPoint> GetCorners()

Remarks

The corners are returned in the following order: bottom left, top left, top right, bottom right.

EQuadrilateral.Corners

The corners of the EQuadrilateral.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EPoint[] Corners

{ get; }

Remarks

The corners are returned in the following order: bottom left, top left, top right, bottom right.