Provides indexed access to each line of pixels.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IntPtr GetScanline(
	int row
)
Public Function GetScanline ( _
	row As Integer _
) As IntPtr
public:
IntPtr GetScanline(
	int row
)

Parameters

row
Int32
The row index (from 0)

Return Value

Returns a pointer to the row.

See Also