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,
	int? inTileHeight,
	bool inOverflowControl,
	int inDelay,
	AvlNet.Image outTile,
	NullableValue<bool> outIsFirst,
	NullableValue<bool> outIsLast,
	out AvlNet.Box diagTilePosition
)

Parameters

Name Type Range Default Description
ioStateAvlNet.EnumerateImageTilesState
inImageAvlNet.ImageImage to be enumerated.
inTileWidthint<1, INF>1Tile width. Default value: 1.
inTileHeightint?<1, INF>Tile height. Default value: atl::NIL.
inOverflowControlboolAllow overflow.
inDelayintMinimum time between iterations in milliseconds.
outTileAvlNet.Image
outIsFirstAvlNet.NullableValue<bool>Flag indicating the first iteration. Can be null to skip this parameter calculation.
outIsLastAvlNet.NullableValue<bool>Flag indicating the last iteration. Can be null to skip this parameter calculation.
diagTilePositionAvlNet.BoxCut out tile position.

Function Overrides

See also