Back to Adaptive Vision Library Lite website

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

DrawPath


Header: AVL.h
Namespace: avl

Draws a path on an image.

Syntax

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