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