Click or drag to resize

ConversionRoutinesToWPFImage Method

LightningChart .NET Help
Converts image from winforms to wpf

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

Parameters

sourceImage
Type: System.DrawingImage
Source image

Return Value

Type: BitmapFrame
Image as wpf
See Also