'Declaration
Public Function DisplayFromHBitmap( _ ByVal Hbitmap As IntPtr _ ) As GdPictureStatus
public GdPictureStatus DisplayFromHBitmap( IntPtr Hbitmap )
public function DisplayFromHBitmap( Hbitmap: IntPtr ): GdPictureStatus;
public function DisplayFromHBitmap( Hbitmap : IntPtr ) : GdPictureStatus;
public: GdPictureStatus DisplayFromHBitmap( IntPtr Hbitmap )
public: GdPictureStatus DisplayFromHBitmap( IntPtr Hbitmap )
Parameters
- Hbitmap
- A pointer to a Microsoft® Windows® Graphics Device Interface (GDI). This pointer 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.