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

Invoke.CreateShapeRegionRegion

Creates a region corresponding to the given shape region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreateShapeRegionRegion
(
	Avl.ShapeRegion inShapeRegion,
	Optional<Avl.CoordinateSystem2D> inShapeRegionAlignment,
	int inFrameWidth,
	int inFrameHeight,
	Avl.Region outRegion,
	Optional<Avl.ShapeRegion> outAlignedShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionAvl.ShapeRegion
inShapeRegionAlignmentAtl.Optional<Avl.CoordinateSystem2D>Adjusts the shape region to the position of the inspected object. Default value: atl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvl.RegionOutput region.
outAlignedShapeRegionAtl.Optional<Avl.ShapeRegion>Transformed input shape region.

See also