I am trying to use an object of type System.Drawing.Bitmap in a standard WPF application (VB or C#). But I can't seem to get a reference to it Any declaration such as
Dim b as System.Drawing.Bitmap
will give me error. This is possible in a Windows forms application but not in WPF. Am I missing something? I am simply trying this solution here.
Thank you