Back to Adaptive Vision Library website

You are here: Start » Function Reference » Conversions » Rectangle2DToShapeRegion

Rectangle2DToShapeRegion


Header:AVL.h
Namespace:avl

Converts a rectangle to a shape region.

Syntax

C++
C#
 
void avl::Rectangle2DToShapeRegion
(
	const avl::Rectangle2D& inRectangle,
	avl::ShapeRegion& outShapeRegion
)

Parameters

Name Type Default Description
inRectangle const Rectangle2D&
outShapeRegion ShapeRegion&