Click or drag to resize

MeshModelUpdateFillBitmap Method

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

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void UpdateFillBitmap(
	Image bitmap
)

Parameters

bitmap
Type: System.DrawingImage
Bitmap image.
See Also