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
)
Public Function AppendSplit ( _
	sourceGrid As IEImage, _
	cellWidth As Integer, _
	cellHeight As Integer _
) As Integer
public:
int AppendSplit(
	IEImage^ sourceGrid, 
	int cellWidth, 
	int cellHeight
)

Parameters

sourceGrid
IEImage
Source bitmap containing cells to split.
cellWidth
Int32
Width of a cell.
cellHeight
Int32
Height of a cell.

Return Value

Returns added images count.

See Also