GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoImage Class / UnloadImage Method
In This Topic
    UnloadImage Method
    In This Topic
    Clear the Image reference that this object maintains, so that the next use of that property (for example, in Paint) will result in a call to LoadImage.
    Syntax
    public virtual void UnloadImage()
    Remarks
    This is different from setting the Image property to null, because that change would actually modify the state of this GoImage, a change that could be undone and redone.
    See Also