EWorldShape::SetPan

Sets the horizontal and vertical panning values for drawing operations, expressed in pixels.

Namespace: Euresys::Open_eVision

[C++]

void SetPan(
   float panX,
   float panY
)

Parameters

panX

Horizontal panning value expressed in pixels. By default, no panning occurs.

panY

Vertical panning value expressed in pixels. By default, no panning occurs.

Remarks

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

EWorldShape.SetPan

Sets the horizontal and vertical panning values for drawing operations, expressed in pixels.

Namespace: Euresys.Open_eVision

[C#]

void SetPan(
   float panX,
   float panY
)

Parameters

panX

Horizontal panning value expressed in pixels. By default, no panning occurs.

panY

Vertical panning value expressed in pixels. By default, no panning occurs.

Remarks

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