ERectangleShape::GetPoint

Returns the coordinates of a particular point, specified by its location in the ERectangleShape area.

Namespace: Euresys::Open_eVision_2_11

[C++]

EPoint GetPoint(
   float fractionX,
   float fractionY
)

Parameters

fractionX

Point location expressed as a fraction of the ERectangleShape vertical edges (range -1, +1).

fractionY

Point location expressed as a fraction of the ERectangleShape horizontal edges (range -1, +1).

ERectangleShape.GetPoint

Returns the coordinates of a particular point, specified by its location in the ERectangleShape area.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EPoint GetPoint(
   float fractionX,
   float fractionY
)

Parameters

fractionX

Point location expressed as a fraction of the ERectangleShape vertical edges (range -1, +1).

fractionY

Point location expressed as a fraction of the ERectangleShape horizontal edges (range -1, +1).