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

Invoke.CreateEllipsePath

Creates a closed path containing elliptical, equidistant points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateEllipsePath
(
	Fil.Point2D inCenter,
	float inRadiusX,
	float inRadiusY,
	int inPointCount,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inCenterFil.Point2D
inRadiusXfloat<0.0f, INF>
inRadiusYfloat<0.0f, INF>
inPointCountint<2, INF>8Number of points in the resulting path. Default value: 8.
outPathFil.PathOutput path.

See also