Error message
Hello,
recording a macro caused an error : "non-static method requires a target".
what I did was just setting a polygon measurement area in an image.
What went wrong? Any idea?
Regards
0
Best Answer
-
Hi Thomas, It looks a locale problem, you have to replace commas by dots in the numbers:x .Points.Add(New System.Drawing.PointF(112.5667F,72.94762F)).Points.Add(New System.Drawing.PointF(45.10477F,45.10477F))For you testing you may temporary change decimal separator in Window's settings from comma to dot. It supposed to be fixed in 9.0.3 patch, but I will double check.Yuri0
Answers