You are here: Start » AVL.NET » AVS.AvsFilter_MakeEllipse Method

AVS.AvsFilter_MakeEllipse Method

Creates an ellipse structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also