Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScreenCaptureEngine Class Members
See Also  Properties  Methods  Events
Leadtools.ScreenCapture Namespace : ScreenCaptureEngine Class

The following tables list the members exposed by ScreenCaptureEngine.

Public Constructors

 NameDescription
Public Constructor ScreenCaptureEngine Constructor Initializes a new instance of the ScreenCaptureEngine class object with default parameters.  
Top

Public Properties

 NameDescription
Public Property CaptureOptions Gets or sets capture options.  
Public Propertystatic (Shared in Visual Basic) DefaultCaptureAreaOptions (Read only) Gets default capture area options.  
Public Propertystatic (Shared in Visual Basic) DefaultCaptureObjectOptions (Read only) Gets default capture object options.  
Public Property IsCaptureActive (Read only) Gets a value that indicates whether capturing is active.  
Top

Public Methods

 NameDescription
Public Method CaptureActiveClient Captures an image of the client area of the active window.  
Public Method CaptureActiveWindow Captures an image of the active window.  
Public Method CaptureArea Captures an image of the area selected by the user.  
Public Method CaptureFromExe Captures an image of a resource stored in an exe or dll.  
Public Method CaptureFullScreen Captures an image of the entire screen.  
Public Method CaptureMenuUnderCursor Captures an image of the menu under the cursor.  
Public Method CaptureMouseCursor Captures an image of the mouse cursor.  
Public Method CaptureSelectedObject Captures an image of the selected window's object.  
Public Method CaptureWallpaper Captures an image of the desktop wallpaper.  
Public Method CaptureWindow Captures an image of a window handle.  
Public Method CaptureWindowUnderCursor Captures an image of the window under the cursor.  
Public Method DisposeOverloaded.  Releases all resources used by the ScreenCaptureEngine.  
Public Method GetResourcesCount Counts the number of resources of the specified type in the given executable file.  
Public Methodstatic (Shared in Visual Basic) SetCaptureHotkeyCallback Sets the method that will handle the HotKey callback.  
Public Method ShowCaptureAreaOptionsDialog Displays a dialog, and fills a ScreenCaptureAreaOptions structure.  
Public Method ShowCaptureFromExeDialog Displays a dialog, and captures an image of a resource stored in an exe or dll.  
Public Method ShowCaptureObjectOptionsDialog Displays a dialog to retrieve the options for the CaptureSelectedObject method.  
Public Method ShowCaptureOptionsDialog Displays a dialog, and fills a ScreenCaptureOptions structure.  
Public Methodstatic (Shared in Visual Basic) Shutdown Releases all the data used to start the Screen Capture toolkit.  
Public Methodstatic (Shared in Visual Basic) Startup Initializes the required data to start the screen capture toolkit.  
Public Method StopCapture Stops the active capture.  
Top

Protected Methods

 NameDescription
Protected Method FinalizeOverridden.  Destructor for the ScreenCaptureEngine class.  
Top

Public Events

 NameDescription
Public Event CaptureInformation Handles each image that is captured and its information.  
Top

See Also