ERectangle::SetFromThreeCorners

Sets the geometric parameters (center coordinates, size, and rotation angle) of an ERectangle object.

Namespace: Euresys::Open_eVision_2_11

[C++]

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

Parameters

origin

Upper left point coordinates of the rectangle.

middle

A third corner point coordinates.

end

Lower right point coordinates of the rectangle.

ERectangle.SetFromThreeCorners

Sets the geometric parameters (center coordinates, size, and rotation angle) of an ERectangle object.

Namespace: Euresys.Open_eVision_2_11

[C#]

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

Parameters

origin

Upper left point coordinates of the rectangle.

middle

A third corner point coordinates.

end

Lower right point coordinates of the rectangle.