You are here: Start » FIL.NET » FIS.EnumerateImageTiles Method

FIS.EnumerateImageTiles Method

Enumerates tiles from image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static bool EnumerateImageTiles
(
	FilNet.EnumerateImageTilesState ioState,
	FilNet.Image inImage,
	int inTileWidth,
	int? inTileHeight,
	bool inOverflowControl,
	int inDelay,
	FilNet.Image outTile,
	NullableValue<bool> outIsFirst,
	NullableValue<bool> outIsLast
)

Parameters

Name Type Range Default Description
ioStateFilNet.EnumerateImageTilesState
inImageFilNet.ImageImage to be enumerated.
inTileWidthint<1, INF>1Tile width. Default value: 1.
inTileHeightint?<1, INF>Tile height. Default value: ftl::NIL.
inOverflowControlboolAllow overflow.
inDelayintMinimum time between iterations in milliseconds.
outTileFilNet.Image
outIsFirstFilNet.NullableValue<bool>Flag indicating the first iteration. Can be null to skip this parameter calculation.
outIsLastFilNet.NullableValue<bool>Flag indicating the last iteration. Can be null to skip this parameter calculation.

Function Overrides

See also