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
Syntaxpublic bool LoadFromSlices(
Bitmap[] imgs
)
Public Function LoadFromSlices (
imgs As Bitmap()
) As Boolean
public:
bool LoadFromSlices(
array<Bitmap^>^ imgs
)
Parameters
- imgs
- Type: System.DrawingBitmap
An array of slices.
Return Value
Type:
BooleanTrue, if can load data, false otherwise.
See Also