GoDiagram Web Reference
UnloadImage Method

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
'Declaration
 
Public Overridable Sub UnloadImage() 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoImage Class
GoImage Members
LoadImage Method
ClearCachedImages Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback