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

Invoke.Rectangle2DToEllipse2D

Converts a rectangle to an ellipse .

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
outEllipseFil.Ellipse2D

See also