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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Spots Demo
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

schlegel

Germany
2 Posts

Posted - Aug 19 2016 :  04:10:31  Show Profile  Reply
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

xequte

38611 Posts

Posted - Aug 20 2016 :  02:04:02  Show Profile  Reply
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
Go to Top of Page

schlegel

Germany
2 Posts

Posted - Aug 20 2016 :  03:35:24  Show Profile  Reply
Hello,

Thank's for the information.

Matthias Schlegel
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: