Back to FabImage Library website

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

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
Input value inRectangle const Rectangle2D&
Output value outPath Path& Output path