Class BufferData
Inheritance
System.Object
BufferData
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public abstract class BufferData
Properties
|
Improve this Doc
View Source
Bytes
Declaration
public int Bytes { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ElementSize
Declaration
public abstract int ElementSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Length
Declaration
public abstract int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public abstract BufferData Clone()
Returns
|
Improve this Doc
View Source
Create<T>(T[])
Declaration
public static BufferData1D<T> Create<T>(T[] data)
where T : struct
Parameters
Type |
Name |
Description |
T[] |
data |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T>(T[,,])
Declaration
public static BufferData3D<T> Create<T>(T[,, ] data)
where T : struct
Parameters
Type |
Name |
Description |
T[,,] |
data |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Create<T>(T[,])
Declaration
public static BufferData2D<T> Create<T>(T[, ] data)
where T : struct
Parameters
Type |
Name |
Description |
T[,] |
data |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateHandle()
Declaration
public abstract GCHandle CreateHandle()
Returns
Type |
Description |
System.Runtime.InteropServices.GCHandle |
|