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
 Spots Demo

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
schlegel Posted - Aug 19 2016 : 04:10:31
Hello Team Imageen,
the Spots-Demo work's fine for me.
I nead help to read the Spots Number and the X and Y Position.

procedure TMainForm.Button9Click(Sender: TObject);
var
i,hobj:integer;
ihobj: Integer;

begin

with ImageEnVect1 do
for i:=0 to ObjectsCount-1 do
begin
memo1.lines.add('Spot-Name or Number');
memo1.lines.add('nead help');
memo1.lines.add('Spot X-Position');
memo1.lines.add('nead help');
memo1.lines.add('Spot Y-Position');
memo1.lines.add('nead help');
end;

end;


Thank's for help
Matthias Schlegel
2   L A T E S T    R E P L I E S    (Newest First)
schlegel Posted - Aug 20 2016 : 03:35:24
Hello,

Thank's for the information.

Matthias Schlegel
xequte Posted - Aug 20 2016 : 02:04:02
Hi Matthias

Please see:

http://www.imageen.com/help/TImageEnVect.ObjLeft.html
http://www.imageen.com/help/TImageEnVect.ObjTop.html

You case use something like ObjID to determine specific objects:

http://www.imageen.com/help/TImageEnVect.ObjID.html


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com