Click or drag to resize

ManagedPixelMemoryGetScanLinePtr Method

Returns a pointer to the specified scan line.

Namespace:  Atalasoft.Imaging.Memory
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IntPtr GetScanLinePtr(
	int i
)

Parameters

i
Type: SystemInt32
The index to the scan line. This value should be greater than or equal to 0 and less than the image height.

Return Value

Type: IntPtr

Implements

IDirectScanlineAccessGetScanLinePtr(Int32)
Remarks
The PixelMemory must be locked before calling this method.
See Also