You are here: Start » AVL.NET » AVL.CreateEllipseRegion(AvlNet.Rectangle2D, int, int, AvlNet.Region)
AVL.CreateEllipseRegion(AvlNet.Rectangle2D, int, int, AvlNet.Region)
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, out AvlNet.Region outRegion )
Parameters
- inEllipse
- Type: AvlNet.Rectangle2D
- inFrameWidth
- Type: System.Int32
Width of the created region's frame (not to be confused with the width of the ellipse!) - inFrameHeight
- Type: System.Int32
Height of the created region's frame (not to be confused with the height of the ellipse!) - outRegion
- Type: AvlNet.Region
Output region
Remarks
See full override for more details.
