You are here: Start » AVL.NET » Invoke.Ellipse2DToRectangle2D

Invoke.Ellipse2DToRectangle2D

Converts an ellipse to a rectangle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Ellipse2DToRectangle2D
(
	Avl.Ellipse2D inEllipse,
	out Avl.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inEllipseAvl.Ellipse2D
outRectangleAvl.Rectangle2D

See also