ERectangleShape::GetEdges
Retrieves each edge of a ERectangleShape object.
Namespace: Euresys::Open_eVision_2_14
[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_14
[C#]
void GetEdges(
Euresys.Open_eVision_2_14.ELine x,
Euresys.Open_eVision_2_14.ELine XX,
Euresys.Open_eVision_2_14.ELine y,
Euresys.Open_eVision_2_14.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.