Back to Aurora Vision Library Lite website
You are here: Start » Path » Path Basics » CreateRectanglePath
CreateRectanglePath
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Creates a closed path containing four vertices of rectangle.
Syntax
void avl::CreateRectanglePath ( const avl::Rectangle2D& inRectangle, avl::Path& outPath )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outPath | Path& | Output path |


