IDirectScanlineAccessGetScanLinePtr Method |
Returns an IntPtr to the ith scanline in an image.
Namespace:
Atalasoft.Imaging.Memory
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax IntPtr GetScanLinePtr(
int i
)
Function GetScanLinePtr (
i As Integer
) As IntPtr
Parameters
- i
- Type: SystemInt32
The index of the scanline.
Return Value
Type:
IntPtr An IntPtr which points to the first byte in the scanline.
See Also