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

AVS.AvsFilter_AccessEllipse Method

Returns individual fields of an ellipse.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessEllipse
(
	AvlNet.Ellipse2D inEllipse,
	out AvlNet.Point2D outCenter,
	out float outAngle,
	out float outWidth,
	out float outHeight
)

Parameters

Name Type Range Default Description
inEllipseAvlNet.Ellipse2D
outCenterAvlNet.Point2DCenter of the ellipse.
outAnglefloatClock-wise orientation angle of the ellipse.
outWidthfloatWidth of the ellipse.
outHeightfloatHeight of the ellipse.

See also