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. | |
Linear Access properties.
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).
readonly IntPtr XInc |
X-increment for linear access.
Remember that the increment is given in bytes, not in pixels.
readonly IntPtr YInc |
Y-increment for linear access.
Remember that the increment is given in bytes, not in pixels.