You are here: Start » AVL.NET » Invoke.CreateEllipseRegion
Creates an elliptic region of given bounding rectangle.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateEllipseRegion ( Avl.Rectangle2D inEllipse, Optional<Avl.CoordinateSystem2D> inEllipseAlignment, int inFrameWidth, int inFrameHeight, Avl.Region outRegion, Optional<Avl.Rectangle2D> outAlignedEllipse )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inEllipse | Avl.Rectangle2D | |||
![]() | inEllipseAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Adjusts the ellipse to the position of the inspected object. Default value: atl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame (not to be confused with the width of the ellipse!). | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame (not to be confused with the height of the ellipse!). | |
![]() | outRegion | Avl.Region | Output region. | ||
![]() | outAlignedEllipse | Atl.Optional<Avl.Rectangle2D> | The input ellipse transformed to the absolute coordinate system. |