CVB.Net 14.0
LinearPlaneAccess1D Struct Reference

Linear access to a plane; More...

Public Member Functions

 LinearPlaneAccess1D (IntPtr basePtr, IntPtr increment, DataType dataType)
 Constructor. More...
 

Properties

IntPtr BasePtr [get]
 Pointer to the first component of the plane.
 
IntPtr Increment [get]
 Increment to the next component of the plane in bytes.
 
DataType DataType [get]
 The data type of the plane.
 

Detailed Description

Linear access to a plane;

Constructor & Destructor Documentation

◆ LinearPlaneAccess1D()

LinearPlaneAccess1D ( IntPtr  basePtr,
IntPtr  increment,
DataType  dataType 
)

Constructor.

Parameters
basePtrPointer to the first component of the plane.
incrementIncrement to the next component of the plane in bytes.
dataTypeThe data type of the plane.