'Declaration
Public Function DisplayFromHICON( _ ByVal HICON As IntPtr _ ) As GdPictureStatus
public GdPictureStatus DisplayFromHICON( IntPtr HICON )
public function DisplayFromHICON( HICON: IntPtr ): GdPictureStatus;
public function DisplayFromHICON( HICON : IntPtr ) : GdPictureStatus;
public: GdPictureStatus DisplayFromHICON( IntPtr HICON )
public: GdPictureStatus DisplayFromHICON( IntPtr HICON )
Parameters
- HICON
- A Windows handle to an icon to display. This object must be initialized with the proper image data and it must be disposed of by the user as well.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.