You are here: Start » AVL.NET » AVS.CreateEllipseRegion Method

AVS.CreateEllipseRegion Method

Creates an elliptic region of given bounding rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseAvlNet.Rectangle2D
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the width of the ellipse!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the height of the ellipse!).
outRegionAvlNet.RegionOutput region.

Function Overrides

See also