Getting Started
Leadtools.ScreenCapture Getting Started
Summary
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
For pointers to sample programs that demonstrate many features, see the table below:
.NET
Redistributables Paths
Path |
Target Platform |
<installdir>\Bin\net |
.NET 6+ |
Assembly - Class/Namespace |
Comments |
Leadtools.ScreenCapture.dll - Leadtools.ScreenCapture |
The Leadtools.ScreenCapture namespace provides support for screen image capture functionality. |
Dependencies
Library |
Description |
Dependencies |
Leadtools.ScreenCapture.dll |
Core Library |
Leadtools.dll |
N/A | Not applicable | |
Sample Programs
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
Screen Capture |
\Examples\ScreenCapture\DotNet\ScreenCaptureDemo\net |
\Bin\net\ScreenCaptureDemo_Original.exe |
Demonstrates Screen Capture functionality. - Capture active window/client area
- Capture user-defined area of the screen
- Capture menu under cursor
- Capture resources from existing EXE/DLL
- Capture full screen
- Capture desktop wallpaper
|
.NET Framework
Redistributables Paths
Path |
Target Platform |
<installdir>\Bin\DotNet4\Win32 |
x86 .NET 4 or 4.5 |
<installdir>\Bin\DotNet4\x64 |
x64 .NET 4 or 4.5 |
Assembly -
Class/Namespace
|
Comments
|
Leadtools.ScreenCapture.dll - Leadtools.ScreenCapture
|
The Leadtools.ScreenCapture namespace provides support for screen image capture functionality. |
Dependencies
Library |
Description |
Dependencies |
Leadtools.ScreenCapture.dll |
Core Library |
Leadtools.dll
|
N/A | Not applicable | |
Sample Programs
Demo Name |
Source Code Path |
Pre-Compiled Executable Path |
Description |
Screen Capture |
\Examples\ScreenCapture\DotNet\ScreenCaptureDemo\fx |
\Bin\DotNet4\<Win32/x64>\ScreenCaptureDemo_Original.exe |
Demonstrates Screen Capture functionality. - Capture active window/client area
- Capture user-defined area of the screen
- Capture menu under cursor
- Capture resources from existing EXE/DLL
- Capture full screen
- Capture desktop wallpaper
|
See Also
Reference
Introduction
Getting Started (Guide to Example Programs)
Programming with LEADTOOLS Screen Capture Functions
Supported Image File Formats
CaptureActiveClient Method
CaptureActiveWindow Method
CaptureArea Method
CaptureFromExe Method
CaptureFullScreen Method
CaptureMenuUnderCursor Method
CaptureMouseCursor Method
CaptureSelectedObject Method
CaptureWallpaper Method
CaptureWindow Method
CaptureWindowUnderCursor Method
Startup Method
Shutdown Method
StopCapture Method