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
Syntaxpublic void UpdateFillBitmap(
Image bitmap
)
Public Sub UpdateFillBitmap (
bitmap As Image
)
public:
void UpdateFillBitmap(
Image^ bitmap
)
Parameters
- bitmap
- Type: System.DrawingImage
Bitmap image.
See Also