Back to Adaptive Vision Library website

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

DrawArc


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws an arc on an image.

Syntax

C++
C#
 
void avl::DrawArc
(
	avl::Image& ioImage,
	const avl::Arc2D& inArc,
	atl::Optional<const avl::CoordinateSystem2D&> inArcAlignment,
	const avl::Pixel& inColor,
	const avl::DrawingStyle& inDrawingStyle
)

Parameters

Name Type Default Description
ioImage Image&
inArc const Arc2D&
inArcAlignment Optional<const CoordinateSystem2D&> NIL
inColor const Pixel&
inDrawingStyle const DrawingStyle&