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