'Declaration
Public Overloads Function CreateGdPictureImageFromHwnd( _ ByVal HANDLE As Integer _ ) As Integer
public int CreateGdPictureImageFromHwnd( int HANDLE )
public function CreateGdPictureImageFromHwnd( HANDLE: Integer ): Integer;
public function CreateGdPictureImageFromHwnd( HANDLE : int ) : int;
public: int CreateGdPictureImageFromHwnd( int HANDLE )
public: int CreateGdPictureImageFromHwnd( int HANDLE )
Parameters
- HANDLE
- A Window Handle, as Integer value. This must be a top-level window or a child of a top level window.
Return Value
0: The image could not be created. Use the GetStat() method to determine the reason this method
failed.
Non-zero: GdPicture image identifier. The created image. The ReleaseGdPictureImage() method must be subsequently used to release the image from the memory.