Back to FabImage Library Lite website
You are here: Start » Image » Image Drawing » DrawEllipse
DrawEllipse
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Draws an ellipse on an image.
Syntax
void fil::DrawEllipse ( fil::Image& ioImage, const fil::Rectangle2D& inEllipse, ftl::Optional<const fil::CoordinateSystem2D&> inEllipseAlignment, const fil::Pixel& inColor, const fil::DrawingStyle& inDrawingStyle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image& | ||
![]() |
inEllipse | const Rectangle2D& | ||
![]() |
inEllipseAlignment | Optional<const CoordinateSystem2D&> | NIL | |
![]() |
inColor | const Pixel& | ||
![]() |
inDrawingStyle | const DrawingStyle& |


