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


For a list of all members of this type, see ScreenCaptureEngine members.

Public Methods

 NameDescription
Public MethodCaptureActiveClient Captures an image of the client area of the active window.  
Public MethodCaptureActiveWindow Captures an image of the active window.  
Public MethodCaptureArea Captures an image of the area selected by the user.  
Public MethodCaptureFromExe Captures an image of a resource stored in an exe or dll.  
Public MethodCaptureFullScreen Captures an image of the entire screen.  
Public MethodCaptureMenuUnderCursor Captures an image of the menu under the cursor.  
Public MethodCaptureMouseCursor Captures an image of the mouse cursor.  
Public MethodCaptureSelectedObject Captures an image of the selected window's object.  
Public MethodCaptureWallpaper Captures an image of the desktop wallpaper.  
Public MethodCaptureWindow Captures an image of a window handle.  
Public MethodCaptureWindowUnderCursor Captures an image of the window under the cursor.  
Public MethodDisposeOverloaded.  Releases all resources used by the ScreenCaptureEngine.  
Public MethodGetResourcesCount 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 MethodShowCaptureAreaOptionsDialog Displays a dialog, and fills a ScreenCaptureAreaOptions structure.  
Public MethodShowCaptureFromExeDialog Displays a dialog, and captures an image of a resource stored in an exe or dll.  
Public MethodShowCaptureObjectOptionsDialog Displays a dialog to retrieve the options for the CaptureSelectedObject method.  
Public MethodShowCaptureOptionsDialog 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 MethodStopCapture Stops the active capture.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Destructor for the ScreenCaptureEngine class.  
Top

See Also