GetRow gets a pointer to the specified row. Returned pointer is valid until the application calls IEImage.FreeRow().

Just like IEImage.GetScanline 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 IntPtr GetRow(
	int row
)
Public Function GetRow ( _
	row As Integer _
) As IntPtr
public:
IntPtr GetRow(
	int row
)

Parameters

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

Return Value

Returns a pointer to specified row.

See Also