VolumeModelLoadFromSliceMap Method (Bitmap, Int32) |
LightningChart .NET Help
Receive a texture map and assigns 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 void LoadFromSliceMap(
Bitmap img,
int AmountOfSlices
)
Public Sub LoadFromSliceMap (
img As Bitmap,
AmountOfSlices As Integer
)
public:
void LoadFromSliceMap(
Bitmap^ img,
int AmountOfSlices
)
Parameters
- img
- Type: System.DrawingBitmap
Texture map. - AmountOfSlices
- Type: SystemInt32
Amount of slices on texture map.
See Also