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.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Bitmap CaptureControlToBitmap(
Control control
)
Public Shared Function CaptureControlToBitmap (
control As Control
) As Bitmap
public:
static Bitmap^ CaptureControlToBitmap(
Control^ control
)
Parameters
- control
- Type: System.Windows.FormsControl
Control to capture.
Return Value
Type:
BitmapBitmap.
See Also