ERectangleRegion::Scale

Creates a new ERectangleRegion by scaling the ERectangleRegion. The center of the ERectangleRegion remains at the same place.

Namespace: Euresys::Open_eVision

[C++]

ERectangleRegion Scale(
   float scale
)

ERectangleRegion Scale(
   float scaleX,
   float scaleY
)

Parameters

scale

Isotropic scale

scaleX

Horizontal scale

scaleY

Vertical scale

ERectangleRegion.Scale

Creates a new ERectangleRegion by scaling the ERectangleRegion. The center of the ERectangleRegion remains at the same place.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.ERectangleRegion Scale(
   float scale
)

Euresys.Open_eVision.ERectangleRegion Scale(
   float scaleX,
   float scaleY
)

Parameters

scale

Isotropic scale

scaleX

Horizontal scale

scaleY

Vertical scale