Splits source image in cell of specified size and add each cell.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int AppendSplit(
	IEImage sourceGrid,
	int cellWidth,
	int cellHeight,
	int maxCount
)
Public Function AppendSplit ( _
	sourceGrid As IEImage, _
	cellWidth As Integer, _
	cellHeight As Integer, _
	maxCount As Integer _
) As Integer
public:
int AppendSplit(
	IEImage^ sourceGrid, 
	int cellWidth, 
	int cellHeight, 
	int maxCount
)

Parameters

sourceGrid
IEImage
Source bitmap containing cells to split.
cellWidth
Int32
Width of a cell.
cellHeight
Int32
Height of a cell.
maxCount
Int32
Maximum number of cells to add. 0 = all suitable cells.

Return Value

Returns added images count.

See Also