ERectangleShape::SetFromOriginMiddleEnd

DEPRECATED (you should use ERectangleShape::SetFromThreeCorners): Sets the geometric parameters of an ERectangleShape object using three corners.

Namespace: Euresys::Open_eVision_2_11

[C++]

void SetFromOriginMiddleEnd(
   const EPoint& origin,
   const EPoint& middle,
   const EPoint& end
)

Parameters

origin

Origin point coordinates of the rectangle.

middle

Middle point coordinates of the rectangle.

end

End point coordinates of the rectangle.

Remarks

In a direct coordinate system, the abscissa extends rightwards and the ordinate extends upwards. The coordinate system is said to be inverse if the abscissa extends rightwards and the ordinate extends downwards.

ERectangleShape.SetFromOriginMiddleEnd

DEPRECATED (you should use ERectangleShape::SetFromThreeCorners): Sets the geometric parameters of an ERectangleShape object using three corners.

Namespace: Euresys.Open_eVision_2_11

[C#]

void SetFromOriginMiddleEnd(
   Euresys.Open_eVision_2_11.EPoint origin,
   Euresys.Open_eVision_2_11.EPoint middle,
   Euresys.Open_eVision_2_11.EPoint end
)

Parameters

origin

Origin point coordinates of the rectangle.

middle

Middle point coordinates of the rectangle.

end

End point coordinates of the rectangle.

Remarks

In a direct coordinate system, the abscissa extends rightwards and the ordinate extends upwards. The coordinate system is said to be inverse if the abscissa extends rightwards and the ordinate extends downwards.