EWindowsDrawAdapter::Text

Draws a text.

Namespace: Euresys::Open_eVision

[C++]

void Text(
   const std::string& text,
   int x,
   int y,
   float orientation,
   EBrush textBrush
)

Parameters

text

Text to draw.

x

X position of the text.

y

Y position of the text.

orientation

Orientation of the text in radians.

textBrush

Optional brush to use for the color of the text.

EWindowsDrawAdapter.Text

Draws a text.

Namespace: Euresys.Open_eVision

[C#]

void Text(
   string text,
   int x,
   int y,
   float orientation,
   EBrush textBrush
)

Parameters

text

Text to draw.

x

X position of the text.

y

Y position of the text.

orientation

Orientation of the text in radians.

textBrush

Optional brush to use for the color of the text.

EWindowsDrawAdapter.Text

Draws a text.

Module: open_evision

[Python]

Text(
    text: str
    x: int
    y: int
    orientation: float
    textBrush: EBrush
) -> None

Text(
    text: str
    x: int
    y: int
    orientation: float
) -> None

Parameters

text

Text to draw.

x

X position of the text.

y

Y position of the text.

orientation

Orientation of the text in radians.

textBrush

Optional brush to use for the color of the text.