You are here: Start » FIL.NET » FIL.CutImageIntoTiles
Generates array of image tiles, which are cut from inImage.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CutImageIntoTiles ( FilNet.Image inImage, int inTileWidth, FilNet.OverflowControl inOverflowControl, IList<FilNet.Image> outImageTiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Image to be cut into tiles. | ||
![]() | inTileWidth | int | <1, INF> | 1 | Demanded tile width. Default value: 1. |
![]() | inOverflowControl | FilNet.OverflowControl | Define what to do when overflowing tiles are present. | ||
![]() | outImageTiles | System.Collections.Generic.IList<FilNet.Image> | Resulting image tiles. |
Description
Generates an array of image tiles, which are cut from inImage.
Examples
![]() |
|||
![]() |
![]() |
![]() |
![]() |
CutImageIntoTiles performed on the sample image with inOverflowControl = false.