You are here: Start » AVL.NET » Invoke.CreateCircleRegion

Invoke.CreateCircleRegion

Creates a circular region corresponding to a given circle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateCircleRegion
(
	Avl.Circle2D inCircle,
	Optional<Avl.CoordinateSystem2D> inCircleAlignment,
	int inFrameWidth,
	int inFrameHeight,
	Avl.Region outRegion,
	Optional<Avl.Circle2D> outAlignedCircle
)

Parameters

Name Type Range Default Description
inCircleAvl.Circle2D
inCircleAlignmentAtl.Optional<Avl.CoordinateSystem2D>Adjusts the circle to the position of the inspected object. Default value: atl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the size of the circle!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the size of the circle!).
outRegionAvl.RegionOutput region.
outAlignedCircleAtl.Optional<Avl.Circle2D>The input circle transformed to the absolute coordinate system.

See also