You are here: Start » AVL.NET » AVS.EnumerateImageTiles Method

AVS.EnumerateImageTiles Method

Enumerates tiles from image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Function Overrides

See also