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

Linear access to a plane;. More...

Public Member Functions

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

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.