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