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

Invoke.CreateRingRegion

Creates a ring-shaped region with given parameters.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inCircleAvl.Circle2DInput circle.
inCircleAlignmentAtl.Optional<Avl.CoordinateSystem2D>Adjusts the circle to the position of the inspected object. Default value: atl::NIL.
inRingWidthfloat<0.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionAvl.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvl.RegionOutput region.
outAlignedCircleAtl.Optional<Avl.Circle2D>The input circle transformed to the absolute coordinate system.

See also