Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Basics » CreateRectanglePath

CreateRectanglePath


Header: AVL.h
Namespace: avl
Module: FoundationLite

Creates a closed path containing four vertices of rectangle.

Syntax

C++
C#
 
void avl::CreateRectanglePath
(
	const avl::Rectangle2D& inRectangle,
	avl::Path& outPath
)

Parameters

Name Type Default Description
Input value inRectangle const Rectangle2D&
Output value outPath Path& Output path