Click or drag to resize

MeshModelUpdateFillBitmap Method

LightningChart .NET Help
Update mesh bitmap, without reconstructing the geometry.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void UpdateFillBitmap(
	BitmapFrame bitmap
)

Parameters

bitmap
Type: System.Windows.Media.ImagingBitmapFrame
Bitmap image.
See Also