Back to Adaptive Vision Library website

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

DrawShapeRegion


Draws a ShapeRegion object on an image.

Syntax

C++
C#
 
void avl::DrawShapeRegion
(
	avl::Image& ioImage,
	const avl::ShapeRegion& inShapeRegion,
	atl::Optional<const avl::CoordinateSystem2D&> inShapeRegionAlignment,
	const avl::Pixel& inColor,
	const avl::DrawingStyle& inDrawingStyle
)

Parameters

Name Type Default Description
ioImage Image&
inShapeRegion const ShapeRegion&
inShapeRegionAlignment Optional<const CoordinateSystem2D&> NIL
inColor const Pixel&
inDrawingStyle const DrawingStyle&