[C#]
void Unwrap();
[Visual Basic]
Sub Unwrap()
This function unwraps a System.Drawing Graphics context previously wrapped in a ImageGlue Canvas object using the Wrap function.
After calling this method the Canvas property will be set to null.
None.