Click or drag to resize

ChartToolsCaptureControlToBitmap Method

LightningChart .NET Help
Captures a Control area to a bitmap, very fast. Great for making - Chart - Any other Control - Form capture into set of images.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Bitmap CaptureControlToBitmap(
	Control control
)

Parameters

control
Type: System.Windows.FormsControl
Control to capture.

Return Value

Type: Bitmap
Bitmap.
See Also