You are here: Start » AVL.NET » Invoke.DilateBox
Performs a morphological dilation on a box using box kernel.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DilateBox ( Avl.Box inBox, int inRadiusX, Optional<int> inRadiusY, out Avl.Box outBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inBox | Avl.Box | Input box. | ||
![]()  | inRadiusX | int | <0, INF> | 1 | Horizontal radius of the box kernel. Default value: 1. | 
![]()  | inRadiusY | Atl.Optional<int> | <0, INF> | Vertical radius of the box kernel. Default value: atl::NIL. | |
![]()  | outBox | Avl.Box | Dilated box. | 


