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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inEllipse
Type: AvlNet.Rectangle2D
inFrameWidth
Type: System.Int32
inFrameHeight
Type: System.Int32
outRegion
Type: AvlNet.Region
outAlignedEllipse
Type: AvlNet.Rectangle2D

See also