ERectangle::GetCorners

Retrieves the coordinates of each corner of a ERectangle object.

Namespace: Euresys::Open_eVision_2_11

[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.

Namespace: Euresys.Open_eVision_2_11

[C#]

void GetCorners(
   Euresys.Open_eVision_2_11.EPoint xy,
   Euresys.Open_eVision_2_11.EPoint XXy,
   Euresys.Open_eVision_2_11.EPoint xYY,
   Euresys.Open_eVision_2_11.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.