You are here: Start » AVL.NET » AVS.CreateRectanglePath Method

AVS.CreateRectanglePath Method

Creates a closed path containing four vertices of rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also