FreeRow frees a row obtained using IEImage.GetRow().

Does nothing if IEImage.Location is Memory or Drawable.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void FreeRow(
	int row
)
Public Sub FreeRow ( _
	row As Integer _
)
public:
void FreeRow(
	int row
)

Parameters

row
Int32
Row index (0=first top row).

See Also