You are here: Start » AVL.NET » Invoke.CreateGridRegion
Creates a grid-shaped region with given parameters.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CreateGridRegion ( Avl.Box inGridBoundingBox, int inHorizontalStep, int inVerticalStep, int inFrameWidth, int inFrameHeight, Avl.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inGridBoundingBox | Avl.Box | |||
![]() | inHorizontalStep | int | <1, INF> | Horizontal distance between vertical grid lines. | |
![]() | inVerticalStep | int | <1, INF> | Vertical distance between horizontal grid lines. | |
![]() | 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. |