Documentation Portal      

What are you looking for?

ERectangleGauge::Plot

Draws the profile that is crossed by one of the sample paths of the gauge, as defined by EPlotItem.

Namespace: Euresys::Open_eVision_2_10

[C++]

void Plot(
   EDrawAdapter* graphicContext,
   Euresys::Open_eVision_2_10::EPlotItem drawItems,
   float width,
   float height,
   float originX,
   float originY
)

void Plot(
   HDC graphicContext,
   Euresys::Open_eVision_2_10::EPlotItem drawItems,
   float width,
   float height,
   float originX,
   float originY
)

void Plot(
   HDC graphicContext,
   const ERGBColor& color,
   Euresys::Open_eVision_2_10::EPlotItem drawItems,
   float width,
   float height,
   float originX,
   float originY
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawItems

Boolean combination of EPlotItem members, that indicates which items must be displayed.

width

Width of the plot.

height

Height of the plot.

originX

Origin point coordinates of the plot along the X axis.

originY

Origin point coordinates of the plot along the Y axis.

color

The color in which to draw the overlay.

Remarks

The sample path that is taken into considered is the one inspected with the last call to ERectangleGauge::MeasureSample.

Note. For this method to succeed, it is necessary to previously call ERectangleGauge::MeasureSample.

ERectangleGauge.Plot

Draws the profile that is crossed by one of the sample paths of the gauge, as defined by EPlotItem.

Namespace: Euresys.Open_eVision_2_10

[C#]

void Plot(
   Euresys.Open_eVision_2_10.EDrawAdapter graphicContext,
   Euresys.Open_eVision_2_10.EPlotItem drawItems,
   float width,
   float height,
   float originX,
   float originY
)

void Plot(
   IntPtr graphicContext,
   Euresys.Open_eVision_2_10.EPlotItem drawItems,
   float width,
   float height,
   float originX,
   float originY
)

void Plot(
   IntPtr graphicContext,
   Euresys.Open_eVision_2_10.ERGBColor color,
   Euresys.Open_eVision_2_10.EPlotItem drawItems,
   float width,
   float height,
   float originX,
   float originY
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawItems

Boolean combination of EPlotItem members, that indicates which items must be displayed.

width

Width of the plot.

height

Height of the plot.

originX

Origin point coordinates of the plot along the X axis.

originY

Origin point coordinates of the plot along the Y axis.

color

The color in which to draw the overlay.

Remarks

The sample path that is taken into considered is the one inspected with the last call to ERectangleGauge::MeasureSample.

Note. For this method to succeed, it is necessary to previously call ERectangleGauge::MeasureSample.

Which API shall we display?

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