Unwraps a System.Drawing Graphics context from an ImageGlue Canvas object.
Syntax

[C#]

void Unwrap();

[Visual Basic]

Sub Unwrap()
Notes

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.

Example

None.