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

AVL.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,
	out AvlNet.Path outPath
)

Parameters

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

See also