You are here: Start » AVL.NET » AVL.CreateEllipseRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)

AVL.CreateEllipseRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateEllipseRegion(
	AvlNet.Rectangle2D inEllipse,
	AvlNet.CoordinateSystem2D? inEllipseAlignment,
	int inFrameWidth,
	int inFrameHeight,
	out AvlNet.Region outRegion
)

Parameters

inEllipse
Type: AvlNet.Rectangle2D
inEllipseAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inFrameWidth
Type: System.Int32
inFrameHeight
Type: System.Int32
outRegion
Type: AvlNet.Region

See also