You are here: Start » AVL.NET » Invoke.CreateCrossRegion
Creates a cross-shaped region with given parameters.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateCrossRegion ( Avl.Box inCrossBoundingBox, int inFrameWidth, int inFrameHeight, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCrossBoundingBox | Avl.Box | |||
![]() | 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. |