Back to FabImage Library website
You are here: Start » Function Reference » Image Drawing » DrawShapeRegion
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Draws a ShapeRegion object on an image.
Syntax
C++
C#
void fil::DrawShapeRegion ( fil::Image& ioImage, const fil::ShapeRegion& inShapeRegion, ftl::Optional<const fil::CoordinateSystem2D&> inShapeRegionAlignment, const fil::Pixel& inColor, const fil::DrawingStyle& inDrawingStyle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
| ioImage | Image& | |||
![]() |
inShapeRegion | const ShapeRegion& | ||
![]() |
inShapeRegionAlignment | Optional<const CoordinateSystem2D&> | NIL | |
![]() |
inColor | const Pixel& | ||
![]() |
inDrawingStyle | const DrawingStyle& |

