ERectangleShape::GetEdges

Retrieves each edge of a ERectangleShape object.

Namespace: Euresys::Open_eVision_2_11

[C++]

void GetEdges(
   ELine& x,
   ELine& XX,
   ELine& y,
   ELine& YY
)

Parameters

x

Leftmost edge of the ERectangleShape object.

XX

Rightmost edge of the ERectangleShape object.

y

Lower edge of the ERectangleShape object.

YY

Upper edge of the ERectangleShape object.

ERectangleShape.GetEdges

Retrieves each edge of a ERectangleShape object.

Namespace: Euresys.Open_eVision_2_11

[C#]

void GetEdges(
   Euresys.Open_eVision_2_11.ELine x,
   Euresys.Open_eVision_2_11.ELine XX,
   Euresys.Open_eVision_2_11.ELine y,
   Euresys.Open_eVision_2_11.ELine YY
)

Parameters

x

Leftmost edge of the ERectangleShape object.

XX

Rightmost edge of the ERectangleShape object.

y

Lower edge of the ERectangleShape object.

YY

Upper edge of the ERectangleShape object.