ERectangle::GetCorners

Namespace: Euresys::Open_eVision

[C++]

void GetCorners(
   EPoint& xy,
   EPoint& XXy,
   EPoint& xYY,
   EPoint& XXYY
) const

Parameters

xy

Coordinates of the lower leftmost corner of the ERectangle object.

XXy

Coordinates of the lower rightmost corner of the ERectangle object.

xYY

Coordinates of the upper leftmost corner of the ERectangle object.

XXYY

Coordinates of the upper rightmost corner of the ERectangle object.

ERectangle.GetCorners

Retrieves the coordinates of each corner of a ERectangle object.

Namespace: Euresys.Open_eVision

[C#]

void GetCorners(
   EPoint xy,
   EPoint XXy,
   EPoint xYY,
   EPoint XXYY
)

Parameters

xy

Coordinates of the lower leftmost corner of the ERectangle object.

XXy

Coordinates of the lower rightmost corner of the ERectangle object.

xYY

Coordinates of the upper leftmost corner of the ERectangle object.

XXYY

Coordinates of the upper rightmost corner of the ERectangle object.

ERectangle.GetCorners

Retrieves the coordinates of each corner of a ERectangle object.

Module: open_evision

[Python]

GetCorners(
    xy: EPoint
    XXy: EPoint
    xYY: EPoint
    XXYY: EPoint
) -> None

Parameters

xy

Coordinates of the lower leftmost corner of the ERectangle object.

XXy

Coordinates of the lower rightmost corner of the ERectangle object.

xYY

Coordinates of the upper leftmost corner of the ERectangle object.

XXYY

Coordinates of the upper rightmost corner of the ERectangle object.