VolumeModelLoadFromSlices Method (BitmapFrame) |
LightningChart .NET Help
Receive an array of slices and assign it to the volume data.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool LoadFromSlices(
BitmapFrame[] imgs
)
Public Function LoadFromSlices (
imgs As BitmapFrame()
) As Boolean
public:
bool LoadFromSlices(
array<BitmapFrame^>^ imgs
)
Parameters
- imgs
- Type: System.Windows.Media.ImagingBitmapFrame
An array of slices.
Return Value
Type:
BooleanTrue, if can load data, false otherwise.
See Also