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
Syntaxpublic static Image ToWinFormsImage(
BitmapFrame sourceImage
)
Public Shared Function ToWinFormsImage (
sourceImage As BitmapFrame
) As Image
public:
static Image^ ToWinFormsImage(
BitmapFrame^ sourceImage
)
Parameters
- sourceImage
- Type: System.Windows.Media.ImagingBitmapFrame
Source image
Return Value
Type:
ImageImage as winforms
See Also