C# Class DynamicVizSegmenter.Utils

ファイルを表示 Open project: nickun/OCRonet

Public Methods

Method Description
ToImageSource ( this bitmap ) : System.Windows.Media.ImageSource

Convert System.Drawing.Bitmap to System.Windows.Media.ImageSource

Method Details

ToImageSource() public static method

Convert System.Drawing.Bitmap to System.Windows.Media.ImageSource
public static ToImageSource ( this bitmap ) : System.Windows.Media.ImageSource
bitmap this System.Drawing.Bitmap object
return System.Windows.Media.ImageSource