LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

WindowHandle Property

Show in webframe





Gets or sets the window handle.
Syntax
public IntPtr WindowHandle {get; set;}
'Declaration
 
Public Property WindowHandle As IntPtr
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As IntPtr
 
instance.WindowHandle = value
 
value = instance.WindowHandle

            

            
public:
property IntPtr WindowHandle {
   IntPtr get();
   void set (    IntPtr value);
}

Property Value

Handle to the window being captured.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.