You are here: Start » AVL.NET » Function Reference » Image » Image Tiling » AVL.EnumerateImageTiles

AVL.EnumerateImageTiles

Enumerates tiles from image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static bool EnumerateImageTiles
(
	AvlNet.EnumerateImageTilesState ioState,
	AvlNet.Image inImage,
	int inTileWidth,
	bool inOverflowControl,
	int inDelay,
	AvlNet.Image outTile
)

Parameters

Name Type Range Default Description
ioStateAvlNet.EnumerateImageTilesState
inImageAvlNet.ImageImage to be enumerated.
inTileWidthint<1, INF>1Tile width. Default value: 1.
inOverflowControlboolAllow overflow.
inDelayintMinimum time between iterations in milliseconds.
outTileAvlNet.Image

Description

Cuts out a tile from inImage and serves them one by one. Tile dimensions cannot be changed during image traversal.

Examples

EnumerateImageTiles performed on the sample image with inOverflowControl = true.

Function Overrides

See also