Click or drag to resize

VolumeModelLoadFromBytes Method

LightningChart .NET Help
Receive a texture map as byte array 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 LoadFromBytes(
	byte[] data,
	int width,
	int height,
	int slicesAmount
)

Parameters

data
Type: SystemByte
Slice map data.
width
Type: SystemInt32
Slice map width.
height
Type: SystemInt32
Slice map height.
slicesAmount
Type: SystemInt32
Amount of slices in the slice map.
See Also