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

Invoke.Rectangle2DToEllipse2D

Converts a rectangle to an ellipse .

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Rectangle2DToEllipse2D
(
	Avl.Rectangle2D inRectangle,
	out Avl.Ellipse2D outEllipse
)

Parameters

Name Type Range Default Description
inRectangleAvl.Rectangle2D
outEllipseAvl.Ellipse2D

See also