You are here: Start » AVL.NET » Function Reference » Path » Path Basics » AVL.CreateRectanglePath

AVL.CreateRectanglePath

Creates a closed path containing four vertices of rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateRectanglePath
(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outPathAvlNet.PathOutput path.

See also