Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, June 26, 2008 10:15:24 AM(UTC)

GregR  
GregR

Groups: Registered, Tech Support, Administrators
Posts: 764


This C# 2005 demo uses the LEADTOOLS v15 .NET libraries to show how to:

1.
Add Rectangle, Ellipse, and Freehand regions with the RasterImageViewer's Interactive mode functionality
2.
Create your own data structure class and use the Windows System.Generic.Collections.LinkedList to keep track of the interactive regions you've added
3.
Use a CheckedListBox to select which regions you want to display.
File Attachment(s):
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, July 1, 2012 9:58:55 PM(UTC)

Ibrahim  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

The attached project has been updated to use the LEADTOOLS v17.5 in C# using Visual Studio 2008.

Note:
LEADTOOLS v15 did not contain the LeadRect or the LeadPoint data types, so the old implementation used Rectangle and RasterCollection of Point. But in LEADTOOLS v17.5, it is implemented using LeadRect and RasterCollection of LeadPoint. This project shows how to convert from Rectangle to LeadRect and from RasterCollection of Point to RasterCollection of LeadPoint.
File Attachment(s):
CS_v175_SelectDeselectMultipleRegions.zip (19kb) downloaded 74 time(s).
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.055 seconds.