You are here: Start » AVL.NET » Invoke.CreateBoxRegion
Creates a rectangular region corresponding to a given box.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateBoxRegion ( Avl.Box inBox, int inFrameWidth, int inFrameHeight, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | Avl.Box | A box defining pixels that will be converted to white elements. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame (not to be confused with the width of the box!). | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame (not to be confused with the height of the box!). | |
![]() | outRegion | Avl.Region | Output region. |