Class BufferData3D
Inheritance
System.Object
BufferData3D
Namespace: Aximo
Assembly: AxCommon.dll
Syntax
public abstract class BufferData3D : BufferData
Properties
|
Improve this Doc
View Source
SizeX
Declaration
public abstract int SizeX { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SizeY
Declaration
public abstract int SizeY { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SizeZ
Declaration
public abstract int SizeZ { get; }
Property Value
Type |
Description |
System.Int32 |
|