I want to upgrade to new version(8.6). In the old version, I can use the following code to get the selection area. double Area = ImageEnVect1->GetSelectionArea();
now, in the ImageEnView new version, the function depprecated. What function can I get the same result? Thanks.
In the old version, i used the ImageEnVect.Now, i want to use layers , so i replace the ImageEnVect with ImageEnView#12290;But I did not find equivalent function ImageEnVect->GetSelectionArea() in the ImageEnView. What should I do?