Click or drag to resize

VolumeModelLoadFromSlices Method (BitmapFrame)

LightningChart .NET Help
Receive an array of slices and assign it to the volume data.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool LoadFromSlices(
	BitmapFrame[] imgs
)

Parameters

imgs
Type: System.Windows.Media.ImagingBitmapFrame
An array of slices.

Return Value

Type: Boolean
True, if can load data, false otherwise.
See Also