You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inShapeRegion | Avl.ShapeRegion | |||
![]() | inShapeRegionAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Adjusts the shape region to the position of the inspected object. Default value: atl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | Avl.Region | Output region. | ||
![]() | outAlignedShapeRegion | Atl.Optional<Avl.ShapeRegion> | Transformed input shape region. |