Search found 3 matches

by zgajarsk
Fri Oct 09, 2020 4:27 am
Forum: Epina ImageLab User Forum
Topic: Adding image annotations programmatically
Replies: 1
Views: 91882

Re: Adding image annotations programmatically

Very helpful, thank you!

Kind regards,
Zuzana
by zgajarsk
Fri Oct 09, 2020 4:26 am
Forum: Epina ImageLab User Forum
Topic: Elements of a TDouble2DArray
Replies: 2
Views: 116068

Re: Elements of a TDouble2DArray

Dear Hans,

thank you very much for your reply, it works perfectly!

Kind regards,
Zuzana
by zgajarsk
Thu Oct 08, 2020 10:44 am
Forum: Epina ImageLab User Forum
Topic: Elements of a TDouble2DArray
Replies: 2
Views: 116068

Elements of a TDouble2DArray

Hi, I would like to ask how could one access the elements of a TDouble2DArray. I was trying to achieve this using square brackets and comma as follows: Element := DataMatrix[1,1]; however, I would get the following error: Compiler: [Error] (126:35): Closing square bracket (']') expected Kind regards...