Documentation Portal      

What are you looking for?

ERectangleGauge::GetSampleX

Allows to retrieve information on the samples found along the X edge.

Namespace: Euresys::Open_eVision_2_10

[C++]

BOOL GetSampleX(
   EPoint& pt,
   OEV_UINT32 index
)

void GetSampleX(
   ESamplePoint& sp,
   OEV_UINT32 index
)

BOOL GetSampleX(
   EPeak& pk,
   OEV_UINT32 index
)

Parameters

pt

EPoint structure that will receive the sample position.

index

The sample index

sp

ESamplePoint structure that will receive the sample position.

pk

EPeak structure that will contain the sample peak properties.

Remarks

The method provides the sample point corresponding to the supplied index.
The returned value is true when the sample is valid, and false otherwise.

ERectangleGauge.GetSampleX

Allows to retrieve information on the samples found along the X edge.

Namespace: Euresys.Open_eVision_2_10

[C#]

bool GetSampleX(
   Euresys.Open_eVision_2_10.EPoint pt,
   uint index
)

void GetSampleX(
   Euresys.Open_eVision_2_10.ESamplePoint sp,
   uint index
)

bool GetSampleX(
   ref Euresys.Open_eVision_2_10.EPeak pk,
   uint index
)

Parameters

pt

EPoint structure that will receive the sample position.

index

The sample index

sp

ESamplePoint structure that will receive the sample position.

pk

EPeak structure that will contain the sample peak properties.

Remarks

The method provides the sample point corresponding to the supplied index.
The returned value is true when the sample is valid, and false otherwise.

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121