T O P I C R E V I E W |
gynefab |
Posted - Mar 16 2015 : 06:20:03 Hello.
I use the last version (6.0.0) of ImageEn in Delphi 2007.
I think there is a problem with Ellipse annotation. It doesn't saved with command ImageEnVect1.IO.Params.ImagingAnnot.CopyFromTImageEnVect(ImageEnVect1);
How to reproduce : - open Annotations.dproj project - change SpeedButton10Click event - ImageEnVect1.MouseInteractVt := [miPutEllipse]; - run project - open TIF file and add annotation - save TIF - re-open it
It work perfect with line, box and others annotations.
|
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Mar 17 2015 : 23:53:29 Hi
I'm afraid only the following object kinds are supported by TIEImagingAnnot.CopyFromTImageEnVect: iekBITMAP, iekLINE, iekPOLYLINE, iekBOX, iekMEMO, iekTEXT
You might want to use TIEImagenAnnot.CopyFromTImageEnVect instead.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|