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