EDrawAdapter::Polygon
Draws a polygon.
Namespace: Euresys::Open_eVision
[C++]
void Polygon(
const std::vector<EPoint
>& points,
EPen
pen
)
void Polygon(
const std::vector<EPoint
>& points
)
void Polygon(
const EPolygon
& polygon,
EPen
pen
)
void Polygon(
const EPolygon
& polygon
)
Parameters
points
Points of the polygon
pen
Optional pen to use
polygon
Polygon
EDrawAdapter.Polygon
Draws a polygon.
Namespace: Euresys.Open_eVision
[C#]
void Polygon(
EPoint
[] points,
EPen
pen
)
void Polygon(
EPoint
[] points
)
void Polygon(
EPolygon
polygon,
EPen
pen
)
void Polygon(
EPolygon
polygon
)
Parameters
points
Points of the polygon
pen
Optional pen to use
polygon
Polygon
EDrawAdapter.Polygon
Draws a polygon.
Module: open_evision
[Python]
Polygon(
points: list[EPoint]
pen: EPen
) -> None
Polygon(
points: list[EPoint]
) -> None
Polygon(
polygon: EPolygon
pen: EPen
) -> None
Polygon(
polygon: EPolygon
) -> None
Parameters
points
Points of the polygon
pen
Optional pen to use
polygon
Polygon