Click or drag to resize

ConversionRoutinesToWinFormsImage Method (BitmapFrame)

LightningChart .NET Help
Converts image from wpf to winforms

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Image ToWinFormsImage(
	BitmapFrame sourceImage
)

Parameters

sourceImage
Type: System.Windows.Media.ImagingBitmapFrame
Source image

Return Value

Type: Image
Image as winforms
See Also