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

Invoke.AlignShapeRegion

Aligns a shape region to a coordinate system.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AlignShapeRegion
(
	Avl.ShapeRegion inShapeRegion,
	Avl.CoordinateSystem2D inShapeRegionAlignment,
	bool inInverse,
	Optional<int> inFrameWidth,
	Optional<int> inFrameHeight,
	Avl.ShapeRegion outAlignedShapeRegion
)

Parameters

Name Type Range Default Description
inShapeRegionAvl.ShapeRegion
inShapeRegionAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
inFrameWidthAtl.Optional<int><0, 65535>Width of the created region's frame. Default value: atl::NIL.
inFrameHeightAtl.Optional<int><0, 65535>Height of the created region's frame. Default value: atl::NIL.
outAlignedShapeRegionAvl.ShapeRegion

See also