Back to Aurora Vision Library Lite website

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

DrawShapeRegion_Deprecated


Header: AVL.h
Namespace: avl

Draws a ShapeRegion object on an image.

Syntax

void avl::DrawShapeRegion_Deprecated
(
	avl::Image& ioImage,
	const avl::ShapeRegionDeprecated& inShapeRegion,
	atl::Optional<const avl::CoordinateSystem2D&> inShapeRegionAlignment,
	const avl::Pixel& inColor,
	const avl::DrawingStyle& inDrawingStyle
)

Parameters

Name Type Default Description
Input will be modified ioImage Image&
Input value inShapeRegion const ShapeRegionDeprecated&
Input value inShapeRegionAlignment Optional<const CoordinateSystem2D&> NIL
Input value inColor const Pixel&
Input value inDrawingStyle const DrawingStyle&