Click or drag to resize

VolumeModelLoadFromSliceMap Method (BitmapFrame, Int32)

LightningChart .NET Help
Receive a texture map and assigns 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
Syntax
public void LoadFromSliceMap(
	BitmapFrame img,
	int AmountOfSlices
)

Parameters

img
Type: System.Windows.Media.ImagingBitmapFrame
Texture map.
AmountOfSlices
Type: SystemInt32
Amount of slices on texture map.
See Also