You are here: Start » AVL.NET » Invoke.CreateRectanglePath

Invoke.CreateRectanglePath

Creates a closed path containing four vertices of rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
outPathAvl.PathOutput path.

See also