Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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 ConstructorScreenCaptureEngine Constructor Initializes a new instance of the ScreenCaptureEngine class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyCaptureOptions 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 PropertyIsCaptureActive (Read only) Gets a value that indicates whether capturing is active.  
Top

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

Public Events

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

See Also