EExternalDrawAdapter::Arc

Draws an arc defined by a rectangle, angle, and amplitude.

Namespace: Euresys::Open_eVision

[C++]

void Arc(
   int orgX,
   int orgY,
   int width,
   int height,
   float startAngle,
   float amplitude,
   EPen pen
)

Parameters

orgX

X origin of the rectangle

orgY

Y origin of the rectangle

width

Width of the rectangle

height

Height of the rectangle

startAngle

Starting angle of the arc in radians

amplitude

Amplitude of the arc in radians

pen

Optional pen to use

EExternalDrawAdapter.Arc

Draws an arc defined by a rectangle, angle, and amplitude.

Namespace: Euresys.Open_eVision

[C#]

void Arc(
   int orgX,
   int orgY,
   int width,
   int height,
   float startAngle,
   float amplitude,
   EPen pen
)

Parameters

orgX

X origin of the rectangle

orgY

Y origin of the rectangle

width

Width of the rectangle

height

Height of the rectangle

startAngle

Starting angle of the arc in radians

amplitude

Amplitude of the arc in radians

pen

Optional pen to use

Arc

Sorry, this function does not exist in Python.