EWorldShape::SetZoom

Sets the horizontal and vertical zooming factors for drawing operations.

Namespace: Euresys::Open_eVision

[C++]

void SetZoom(
   float zoomX,
   float zoomY
)

Parameters

zoomX

Horizontal zooming factor. By default, true scale is used.

zoomY

Vertical zooming factor. If set to 0, the default value, the horizontal zooming factor is used instead, so as to provide isotropic zooming.

Remarks

All objects attached to an EWorldShape inherit of the same zooming factor.

EWorldShape.SetZoom

Sets the horizontal and vertical zooming factors for drawing operations.

Namespace: Euresys.Open_eVision

[C#]

void SetZoom(
   float zoomX,
   float zoomY
)

Parameters

zoomX

Horizontal zooming factor. By default, true scale is used.

zoomY

Vertical zooming factor. If set to 0, the default value, the horizontal zooming factor is used instead, so as to provide isotropic zooming.

Remarks

All objects attached to an EWorldShape inherit of the same zooming factor.