Plain Panel

Provides a panel to be drawn to by the GPU. This panel also directs hardware messages to the Cell Extensions class.

Methods

Creates a new instance of the Plain Panel class.

Raises the System.Windows.Forms.Control.DragEnter event.

Raises the System.Windows.Forms.Control.MouseMove event.

regarding the load of multiple instances of the same DLL, The use of System.Reflection.Assembly.Load(System.String) prevented proper object instantiation, but after using System.Reflection.Assembly.LoadFrom(System.String) the problem was resolved. Please read the article about LoadFile vs LoadFrom by Suzanne Cook https://blogs.msdn.microsoft.com/suzcook/2003/09/19/loadfile-vs-loadfrom/.