ELineShape::GetLength

ELineShape::SetLength

Length of the ELineShape object.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetLength()

void SetLength(float length)

Remarks

By default, the length of the line is 100, which means 100 pixels when the field of view is not calibrated, and 100 physical units in case of a calibrated field of view.

ELineShape.Length

Length of the ELineShape object.

Namespace: Euresys.Open_eVision_2_11

[C#]

float Length

{ get; set; }

Remarks

By default, the length of the line is 100, which means 100 pixels when the field of view is not calibrated, and 100 physical units in case of a calibrated field of view.