CVB.Net 15.0
Loading...
Searching...
No Matches
LinearAccessData Struct Reference

Linear Access properties. More...

Public Attributes

readonly IntPtr BasePtr
 Linear access base pointer as returned by ImagePlane.GetLinearAccess and ImagePlane.TryGetLinearAccess.
 
readonly IntPtr XInc
 X-increment for linear access.
 
readonly IntPtr YInc
 Y-increment for linear access.
 

Detailed Description

Linear Access properties.

Member Data Documentation

◆ BasePtr

readonly IntPtr BasePtr

Linear access base pointer as returned by ImagePlane.GetLinearAccess and ImagePlane.TryGetLinearAccess.

Remember that the increments to be added to the base pointer are given in bytes, not in pixels. BasePtr by design points to the pixel at location (0,0).

◆ XInc

readonly IntPtr XInc

X-increment for linear access.

Remember that the increment is given in bytes, not in pixels.

◆ YInc

readonly IntPtr YInc

Y-increment for linear access.

Remember that the increment is given in bytes, not in pixels.