Search found 4 matches

by m.zuidhoek
Wed Apr 27, 2011 10:41 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Loading EmbeddedImageAnnotations from XML
Replies: 4
Views: 11151

Re: Loading EmbeddedImageAnnotations from XML

Hello Yuri,

That code worked like a charm! Now i'm able to reload the image annotations.

Thank you very much.

M.Zuidhoek
by m.zuidhoek
Mon Apr 18, 2011 9:56 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Loading EmbeddedImageAnnotations from XML
Replies: 4
Views: 11151

Re: Loading EmbeddedImageAnnotations from XML

Hello Alex, Here's the code of the custom annotation class: Imports Vintasoft.Annotation Public Class SymbolAnnotation Inherits EmbeddedImageAnnotation Public File As Bitmap Private ColorChanger As ColorManager Public Sub New(ByVal Image As Bitmap) ColorChanger = ColorManager.GetInstance() ColorChan...
by m.zuidhoek
Thu Apr 14, 2011 4:57 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Loading EmbeddedImageAnnotations from XML
Replies: 4
Views: 11151

Loading EmbeddedImageAnnotations from XML

Hello there, Currently I'm trying to save annotations to a XML file so they can be edited at a later time. However, every time i try to load the XML file, any EmbeddedImageAnnotations stored in the file are not loaded. I checked the XML files to make sure the annotations were saved at all, but they ...
by m.zuidhoek
Mon Feb 21, 2011 3:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Changing Cursor in AnnotationViewer
Replies: 1
Views: 6417

Changing Cursor in AnnotationViewer

Hello there, I'm currently trying to change the shape of the cursor when someone selects a certain type of annotation. However, when i hover over the annotationviewer, the cursor will not change into the desired cursor. Whats even more strange is the fact the same piece of code does work when I don'...