Click or drag to resize

ResidentPixelMemoryGetScanLinePtr Method

Gets a pointer to the a given scanline.

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 virtual IntPtr GetScanLinePtr(
	int index
)

Parameters

index
Type: SystemInt32
An index to a scanline in an image.

Return Value

Type: IntPtr

Implements

IDirectScanlineAccessGetScanLinePtr(Int32)
Remarks
Throws an ArgumentOutOfRangeException if the index is not within the image boundary.
See Also