You are here: Start » AVL.NET » AVS.CutImageIntoTiles Method
AVS.CutImageIntoTiles Method
Generates an array of small images by cutting the input image.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CutImageIntoTiles ( AvlNet.Image inImage, int inTileWidth, AvlNet.OverflowControl inOverflowControl, IList<AvlNet.Image> outImageTiles )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | AvlNet.Image | Image to be cut into tiles. | ||
![]() | inTileWidth | int | <1, INF> | 1 | Demanded tile width. Default value: 1. |
![]() | inOverflowControl | AvlNet.OverflowControl | Define what to do when overflowing tiles are present. | ||
![]() | outImageTiles | System.Collections.Generic.IList<AvlNet.Image> | Resulting image tiles. |


