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

Invoke.CreateRectanglePath

Creates a closed path containing four vertices of rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
outPathFil.PathOutput path.

See also