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

FIL.CreateRectanglePath

Creates a closed path containing four vertices of rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
outPathFilNet.PathOutput path.

See also