Documentation Portal      

What are you looking for?

ERectangleGauge::GetSampleY

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

Namespace: Euresys::Open_eVision_2_10

[C++]

BOOL GetSampleY(
   EPoint& pt,
   OEV_UINT32 index
)

void GetSampleY(
   ESamplePoint& sp,
   OEV_UINT32 index
)

BOOL GetSampleY(
   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.GetSampleY

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

Namespace: Euresys.Open_eVision_2_10

[C#]

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

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

bool GetSampleY(
   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