LEADTOOLS Support
Imaging
Imaging SDK Questions
HOW TO: Take a screenshot and Return a RasterImage
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, August 25, 2008 5:22:35 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
This sample project shows how to use the v15 .NET libraries in C# 2.0 to:
1.
Declare and use Windows API functions to create a System.Drawing.Image object
2.
Create a new RasterImage from a System.Drawing.Image.
#2
Posted
:
Monday, August 25, 2008 11:25:55 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
Here's a version of the same demo that uses only the LEADTOOLS SDK rather than low level Windows API function declarations.
It uses the ScreenCaptureEngine.CaptureFullScreen and then the CropCommand to crop the image to the desired size.
#3
Posted
:
Wednesday, March 28, 2012 1:45:16 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
I've updated this project to use the LEADTOOLS v17.5 in C# using Visual Studio 2008. This project uses the ScreenCaptureEngine.CaptureFullScreen and then the CropCommand to crop the image to the desired size.
LEADTOOLS Support
Imaging
Imaging SDK Questions
HOW TO: Take a screenshot and Return a RasterImage
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.