Click or drag to resize

VolumeModelLoadFromSlices Method (Bitmap)

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

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public bool LoadFromSlices(
	Bitmap[] imgs
)

Parameters

imgs
Type: System.DrawingBitmap
An array of slices.

Return Value

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