LinearPlaneAccess1D Constructor

CVB.Net Documentation
Constructor.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public LinearPlaneAccess1D(
	IntPtr basePtr,
	IntPtr increment,
	DataType dataType
)

Parameters

basePtr
Type: SystemIntPtr
Pointer to the first component of the plane.
increment
Type: SystemIntPtr
Increment to the next component of the plane in bytes.
dataType
Type: Stemmer.CvbDataType
The data type of the plane.
See Also

Reference