ERectangleShape::GetCorners

Retrieves the coordinates of each corner of a ERectangleShape 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 ERectangleShape object.

XXy

Coordinates of the lower rightmost corner of the ERectangleShape object.

xYY

Coordinates of the upper leftmost corner of the ERectangleShape object.

XXYY

Coordinates of the upper rightmost corner of the ERectangleShape object.

ERectangleShape.GetCorners

Retrieves the coordinates of each corner of a ERectangleShape 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 ERectangleShape object.

XXy

Coordinates of the lower rightmost corner of the ERectangleShape object.

xYY

Coordinates of the upper leftmost corner of the ERectangleShape object.

XXYY

Coordinates of the upper rightmost corner of the ERectangleShape object.