You are here: Start » AVL.NET » Invoke.CropRegion
Creates a region from a rectangular fragment of another one.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CropRegion ( Avl.Region inRegion, Avl.Box inSelection, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inSelection | Avl.Box | Box defining the range of cropping. | ||
![]() | outRegion | Avl.Region | Output region. |