ERectangleRegion::ERectangleRegion

Constructs an ERectangleRegion context.

Namespace: Euresys::Open_eVision

[C++]

void ERectangleRegion(
)

void ERectangleRegion(
   float originX,
   float originY,
   float width,
   float height
)

void ERectangleRegion(
   const EPoint& origin,
   float width,
   float height
)

void ERectangleRegion(
   float centerX,
   float centerY,
   float width,
   float height,
   float angle
)

void ERectangleRegion(
   const EPoint& center,
   float width,
   float height,
   float angle
)

void ERectangleRegion(
   const ERectangle& rectangle
)

void ERectangleRegion(
   const ERectangleRegion& other
)

Parameters

originX

The abcissa of the ERectangleRegion's top left corner.

originY

The ordinate of the ERectangleRegion's top left corner.

width

The width of the ERectangleRegion.

height

The height of the ERectangleRegion.

origin

The top left corner of the ERectangleRegion.

centerX

The abcissa of the ERectangleRegion center.

centerY

The ordinate of the ERectangleRegion center.

angle

The angle of the ERectangleRegion.

center

The center of the ERectangleRegion.

rectangle

The result of an ERectangleGauge object.

other

ERectangleRegion context to copy.

Remarks

A ERectangleRegion aligned with the image axes is defined from the top left corner.
Otherwise, an oriented ERectangleRegion is defined from its center point.

ERectangleRegion.ERectangleRegion

Constructs an ERectangleRegion context.

Namespace: Euresys.Open_eVision

[C#]

void ERectangleRegion(
)

void ERectangleRegion(
   float originX,
   float originY,
   float width,
   float height
)

void ERectangleRegion(
   Euresys.Open_eVision.EPoint origin,
   float width,
   float height
)

void ERectangleRegion(
   float centerX,
   float centerY,
   float width,
   float height,
   float angle
)

void ERectangleRegion(
   Euresys.Open_eVision.EPoint center,
   float width,
   float height,
   float angle
)

void ERectangleRegion(
   Euresys.Open_eVision.ERectangle rectangle
)

void ERectangleRegion(
   Euresys.Open_eVision.ERectangleRegion other
)

Parameters

originX

The abcissa of the ERectangleRegion's top left corner.

originY

The ordinate of the ERectangleRegion's top left corner.

width

The width of the ERectangleRegion.

height

The height of the ERectangleRegion.

origin

The top left corner of the ERectangleRegion.

centerX

The abcissa of the ERectangleRegion center.

centerY

The ordinate of the ERectangleRegion center.

angle

The angle of the ERectangleRegion.

center

The center of the ERectangleRegion.

rectangle

The result of an ERectangleGauge object.

other

ERectangleRegion context to copy.

Remarks

A ERectangleRegion aligned with the image axes is defined from the top left corner.
Otherwise, an oriented ERectangleRegion is defined from its center point.