LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 ConstructorInitializes a new instance of the ScreenCaptureEngine class object with default parameters.  
Top

Public Properties

 NameDescription
public Property CaptureOptionsGets 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 CaptureActiveClientCaptures an image of the client area of the active window.  
public Method CaptureActiveWindowCaptures an image of the active window.  
public Method CaptureAreaCaptures an image of the area selected by the user.  
public Method CaptureFromExeCaptures an image of a resource stored in an exe or dll.  
public Method CaptureFullScreenCaptures an image of the entire screen.  
public Method CaptureMenuUnderCursorCaptures an image of the menu under the cursor.  
public Method CaptureMouseCursorCaptures an image of the mouse cursor.  
public Method CaptureSelectedObjectCaptures an image of the selected window's object.  
public Method CaptureWallpaperCaptures an image of the desktop wallpaper.  
public Method CaptureWindowCaptures an image of a window handle.  
public Method CaptureWindowUnderCursorCaptures an image of the window under the cursor.  
public Method DisposeOverloaded. Releases all resources used by the ScreenCaptureEngine.  
public Method GetResourcesCountCounts the number of resources of the specified type in the given executable file.  
public Methodstatic (Shared in Visual Basic) SetCaptureHotkeyCallbackSets the method that will handle the HotKey callback.  
public Method ShowCaptureAreaOptionsDialogDisplays a dialog, and fills a Leadtools.ScreenCapture.ScreenCaptureAreaOptions structure.  
public Method ShowCaptureFromExeDialogDisplays a dialog, and captures an image of a resource stored in an exe or dll.  
public Method ShowCaptureObjectOptionsDialogDisplays a dialog to retrieve the options for the CaptureSelectedObject method.  
public Method ShowCaptureOptionsDialogDisplays a dialog, and fills a Leadtools.ScreenCapture.ScreenCaptureOptions structure.  
public Methodstatic (Shared in Visual Basic) ShutdownReleases all the data used to start the Screen Capture toolkit.  
public Methodstatic (Shared in Visual Basic) StartupInitializes the required data to start the screen capture toolkit.  
public Method StopCaptureStops the active capture.  
Top

Protected Methods

 NameDescription
protected Method FinalizeDestructor for the ScreenCaptureEngine class.  
Top

Public Events

 NameDescription
public Event CaptureInformationHandles each image that is captured and its information.  
Top

See Also