ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IEvolution - brush and pen color annotations

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tkutter Posted - May 24 2012 : 06:42:55
Hi,

I use IEvolution 4.0.1 and have a problem. I want to read the brush and pen color of my annotations but an AccessViolationException is thrown. Even in the debugger I can't read the data. Can somebody help my to solve this problem?


...

IEObject obj = m_viewer.Image.Annotations.GetObjectFromIndex(idx);

// every line below throws an AccessViolationException by accessing the Color object

IERGB pColRGB = obj.PenColor;
IERGB bColRGB = obj.BrushColor;

Color pCol = obj.PenColor.Color;
Color bCol = obj.BrushColor.Color;

byte r = obj.PenColor.r;
byte g = obj.PenColor.g;
byte b = obj.PenColor.b;

...


Many thanks in advance
1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - May 24 2012 : 07:12:57
Hi,
this is a known problem of current IEvolution version. We are going to release a new version.