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


