Back to Adaptive Vision Library website

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

DrawEllipse


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws an ellipse on an image.

Syntax

C++
C#
 
void avl::DrawEllipse
(
	avl::Image& ioImage,
	const avl::Rectangle2D& inEllipse,
	atl::Optional<const avl::CoordinateSystem2D&> inEllipseAlignment,
	const avl::Pixel& inColor,
	const avl::DrawingStyle& inDrawingStyle
)

Parameters

Name Type Default Description
ioImage Image&
inEllipse const Rectangle2D&
inEllipseAlignment Optional<const CoordinateSystem2D&> NIL
inColor const Pixel&
inDrawingStyle const DrawingStyle&