Search found 7 matches

by gianni.sanzone
Wed Oct 11, 2023 3:57 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Image scroll position / zoom
Replies: 3
Views: 3281

Re: Image scroll position / zoom

Sorry,

i'm working in WinForms,

thanks
by gianni.sanzone
Tue Oct 10, 2023 4:35 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Image scroll position / zoom
Replies: 3
Views: 3281

Image scroll position / zoom

HI, my goal is this: show an image on the image viewer and enlarge the image. I would like to save the current situation (coordinates or scroll positions and index zoom). When reloading the image on the image viewer, I would like to set the same zoom and scroll position. Is there a class that manage...
by gianni.sanzone
Thu Aug 24, 2023 6:27 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Winform - Elliptical Selection without rotation
Replies: 1
Views: 1392

Winform - Elliptical Selection without rotation

Hi,

Is it possible remove the rotation green dots of Elliptical Selection?

Thanks
by gianni.sanzone
Thu May 11, 2023 10:48 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Draw multi rectangle selections
Replies: 6
Views: 3210

Re: Draw multi rectangle selections

Hi Alex,

thank you!

Gianni
by gianni.sanzone
Wed May 10, 2023 11:33 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Draw multi rectangle selections
Replies: 6
Views: 3210

Re: Draw multi rectangle selections

Hi Alexander, I can't use customselectiontool because i don't want to draw some rectangles in a selection. I don't want transform just a rectangle or an ellipse. I want to draw and show severals ROIs in the image viewer. In this image https://we.tl/t-crCLxUhqJ5 , you can see 4 different selections (...
by gianni.sanzone
Fri May 05, 2023 3:55 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Draw multi rectangle selections
Replies: 6
Views: 3210

Re: Draw multi rectangle selections

Hi Alex, Sorry, pheraphs i didn't write well the question. I'd like to draw several selections on imageviewer (therefore show all these selections on imageviewer) and edit each selection. I make an example: I draw [hardcoded] three area selections with this code: var rectTool = new RectangularSelect...
by gianni.sanzone
Fri May 05, 2023 1:09 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Draw multi rectangle selections
Replies: 6
Views: 3210

Draw multi rectangle selections

Good morning,

I would like to know if the library provides to draw multi rectangle or elliptical selections.
If this stuff isn't there, how can i build a work-around?

Thanks