Back to FabImage Library website

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

DrawEllipse


Header:FIL.h
Namespace:fil

Draws an ellipse on an image.

Syntax

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

Parameters

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