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

AVS.CutImageIntoTiles Method

Generates an array of small images by cutting the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CutImageIntoTiles
(
	AvlNet.Image inImage,
	int inTileWidth,
	AvlNet.OverflowControl inOverflowControl,
	IList<AvlNet.Image> outImageTiles
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageImage to be cut into tiles.
inTileWidthint<1, INF>1Demanded tile width. Default value: 1.
inOverflowControlAvlNet.OverflowControlDefine what to do when overflowing tiles are present.
outImageTilesSystem.Collections.Generic.IList<AvlNet.Image>Resulting image tiles.

Function Overrides

See also