Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Basics » CreateRectanglePath
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Creates a closed path containing four vertices of rectangle.
Syntax
C++
C#
void fil::CreateRectanglePath ( const fil::Rectangle2D& inRectangle, fil::Path& outPath )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
outPath | Path& | Output path |