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
Syntaxpublic static BitmapFrame ToWPFImage(
Image sourceImage
)
Public Shared Function ToWPFImage (
sourceImage As Image
) As BitmapFrame
public:
static BitmapFrame^ ToWPFImage(
Image^ sourceImage
)
Parameters
- sourceImage
- Type: System.DrawingImage
Source image
Return Value
Type:
BitmapFrameImage as wpf
See Also