WPF in CSharp: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 February 2021

24 November 2010

20 January 2010

19 January 2010

18 January 2010

7 July 2009

29 January 2009

  • curprev 02:5102:51, 29 January 2009 Canming talk contribs 1,412 bytes +1,412 New page: Use the following ToBitmapSource function to convert an IImage (which could be any of Image<TColor, TDepth> class) to a WPF BitmapSource. <source lang="csharp"> ... using Emgu.CV; using ...