You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Exporting GdPicture Image > ReleaseHICON Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.ReleaseHICON Method

Tell this function to delete a HICON from the memory.

C#
public ReleaseHICON(
    IntPtr HICON
);
Visual Basic
Public Sub ReleaseHICON(
    ByVal HICON As IntPtr
)
Parameters
Parameters 
Description 
HICON 
The HICON handle to delete.  

the GetStat() function to see if this function success.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.