'Declaration Public Shared Function ToBitmapSource( _
ByVal imageThe VintasoftImage object to convert.As Vintasoft.Imaging.VintasoftImage _
) As System.Windows.Media.Imaging.BitmapSource
public static System.Windows.Media.Imaging.BitmapSource ToBitmapSource(
Vintasoft.Imaging.VintasoftImage image
)
public: static System.Windows.Media.Imaging.BitmapSource ToBitmapSource(
Vintasoft.Imaging.VintasoftImage* image
)
public:
static System.Windows.Media.Imaging.BitmapSource ToBitmapSource(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The VintasoftImage object to convert.
Return Value
The System.Windows.Media.Imaging.BitmapSource object.