ERectangleShape::GetMidEdges

Retrieves the center coordinates of each edge of a ERectangleShape object.

Namespace: Euresys::Open_eVision_2_11

[C++]

void GetMidEdges(
   EPoint& x,
   EPoint& XX,
   EPoint& y,
   EPoint& YY
)

Parameters

x

Center coordinates of the leftmost edge of the ERectangleShape object.

XX

Center coordinates of the rightmost edge of the ERectangleShape object.

y

Center coordinates of the lower edge of the ERectangleShape object.

YY

Center coordinates of the upper edge of the ERectangleShape object.

ERectangleShape.GetMidEdges

Retrieves the center coordinates of each edge of a ERectangleShape object.

Namespace: Euresys.Open_eVision_2_11

[C#]

void GetMidEdges(
   Euresys.Open_eVision_2_11.EPoint x,
   Euresys.Open_eVision_2_11.EPoint XX,
   Euresys.Open_eVision_2_11.EPoint y,
   Euresys.Open_eVision_2_11.EPoint YY
)

Parameters

x

Center coordinates of the leftmost edge of the ERectangleShape object.

XX

Center coordinates of the rightmost edge of the ERectangleShape object.

y

Center coordinates of the lower edge of the ERectangleShape object.

YY

Center coordinates of the upper edge of the ERectangleShape object.