Accusoft.ImagXpress13.Net
CaptureWindow(IntPtr) Method




A value that evaluates to a Window handle.
Captures the screen area within the specified Window and saves it to the current Image.
Syntax
'Declaration
 
Public Overloads Sub CaptureWindow( _
   ByVal hWnd As IntPtr _
) 
'Usage
 
Dim instance As ImageXView
Dim hWnd As IntPtr
 
instance.CaptureWindow(hWnd)
public void CaptureWindow( 
   IntPtr hWnd
)
public: void CaptureWindow( 
   IntPtr hWnd
) 
public:
void CaptureWindow( 
   IntPtr hWnd
) 

Parameters

hWnd
A value that evaluates to a Window handle.
Remarks

The image data within the specified window is saved to ImageXView.Image.

See Also

Reference

ImageXView Class
ImageXView Members
Overload List

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback