Your annotation demo program uses ImageEnVect to perform hi-lighting like this:
ImageEnVect1.MouseInteractVt := [miPutBox]; ImageEnVect1.ObjBoxHighlight[-1] := true; ImageEnVect1.ObjBrushColor[-1] := clYellow; ImageEnVect1.ObjBrushStyle[-1] := bsSolid;
I have just found that ImageenView1.Proc.IntensityRGBAll(0,0,-255); seems to work also.
I wonder if there is a preferred method of doing hi-liting?
J.R. |