Back to Adaptive Vision Library website

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

DrawPath


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws a path on an image.

Syntax

C++
C#
 
void avl::DrawPath
(
	avl::Image& ioImage,
	const avl::Path& inPath,
	atl::Optional<const avl::CoordinateSystem2D&> inPathAlignment,
	const avl::Pixel& inColor,
	const avl::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&