Click or drag to resize

ConversionRoutinesToWinFormsImage Method (BitmapImage)

LightningChart .NET Help
Converts image from wpf to winforms

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

Parameters

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

Return Value

Type: Image
Image as winforms
See Also