ERectangleShape::SetCenterXY

Sets the center coordinates of a ERectangleShape object.

Namespace: Euresys::Open_eVision_2_11

[C++]

void SetCenterXY(
   float centerX,
   float centerY
)

Parameters

centerX

Center coordinates of the ERectangleShape object.

centerY

Center coordinates of the ERectangleShape object.

ERectangleShape.SetCenterXY

Sets the center coordinates of a ERectangleShape object.

Namespace: Euresys.Open_eVision_2_11

[C#]

void SetCenterXY(
   float centerX,
   float centerY
)

Parameters

centerX

Center coordinates of the ERectangleShape object.

centerY

Center coordinates of the ERectangleShape object.