with TIEShapeLayer(ImageEnView1.CurrentLayer) do
begin
FillColor := clLime;
Shape := iesRectangle;
Opacity := 0.33;
BorderColor := clBlack;
BorderWidth := 3; { Want Solid Border not Opacity }
end;
Works good but both the border and the fill-area are with OPACITY. Seeking a solid black border with a translucent center. Want result in one layer so can be moved about...
Thanks,
John