You are here: Start » FIL.NET » FIS.FisFilter_MakeEllipse Method

FIS.FisFilter_MakeEllipse Method

Creates an ellipse structure from individual fields.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_MakeEllipse
(
	FilNet.Point2D inCenter,
	float inAngle,
	float inWidth,
	float inHeight,
	out FilNet.Ellipse2D outEllipse
)

Parameters

Name Type Range Default Description
inCenterFilNet.Point2DCenter of the ellipse.
inAnglefloatClock-wise orientation angle.
inWidthfloatWidth of the ellipse.
inHeightfloatHeight of the ellipse.
outEllipseFilNet.Ellipse2D

See also