LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Utilize the RasterClipboard in C# .NET
While some posts in this topic are more current, this topic was posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, February 9, 2009 5:09:03 AM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
This small demo illustrates how you can implement the common cut, copy, and paste methods into an application using the RasterClipboard. The cut and copy methods both copy the image data to the clipboard. but then the cut method will "delete" the image data being shown by filling it with a specific color. The paste method copies the data from the clipboard back to the shown image.
This demo has two different flavor of these methods; it uses them with regions and with the entire image. The demo will allow you to cut/copy a section of the image, and then paste that in any size on the image within the viewer.
This demo also illustrates how to use the RasterOpenDialog and RasterSaveDialog.
Language: C#
Compiler: Visual Stuio 2005
Toolkit: Leadtools 16
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
#2
Posted
:
Friday, June 23, 2017 4:28:08 PM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
Attached is an updated Visual Studio 2017 project using LEADTOOLS 19.
Before running this project, please extract it to the following directory:
C:\LEADTOOLS 19\Examples\posts\t6856
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Utilize the RasterClipboard in C# .NET
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.