VolumeModel Constructor (LightningChart, Byte, Int32, Int32, Int32) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic VolumeModel(
LightningChart chart,
byte[] data,
int width,
int height,
int slicesAmount
)
Public Sub New (
chart As LightningChart,
data As Byte(),
width As Integer,
height As Integer,
slicesAmount As Integer
)
public:
VolumeModel(
LightningChart^ chart,
array<unsigned char>^ data,
int width,
int height,
int slicesAmount
)
Parameters
- chart
- Type: Arction.Wpf.ChartingLightningChart
Parent. - data
- Type: SystemByte
Texture map. - width
- Type: SystemInt32
Texture map width. - height
- Type: SystemInt32
Texture map height. - slicesAmount
- Type: SystemInt32
Amount of slices.
See Also