You are here: Start » FIL.NET » FIL.TestShapeConvex

FIL.TestShapeConvex

Tests whether a shape is convex.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TestShapeConvex
(
	FilNet.Path inShape,
	out bool outIsConvex
)

Parameters

Name Type Range Default Description
inShapeFilNet.PathInput shape.
outIsConvexboolTrue if the shape is convex, false otherwise.

See also