VolumeModel Constructor (String, Int32) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic VolumeModel(
string filePath,
int AmountOfSlices
)
Public Sub New (
filePath As String,
AmountOfSlices As Integer
)
public:
VolumeModel(
String^ filePath,
int AmountOfSlices
)
Parameters
- filePath
- Type: SystemString
Path to the texture map. - AmountOfSlices
- Type: SystemInt32
Amount of slices on texture map.
See Also