Back to FabImage Library website

You are here: Start » Function Reference » Image » Image Drawing » DrawPath

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
Input will be modified
ioImage Image&
Input value
inPath const Path& Input path
Input value
inPathAlignment Optional<const CoordinateSystem2D&> NIL
Input value
inColor const Pixel&
Input value
inDrawingStyle const DrawingStyle&