Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
john_siggy@yahoo.com
Posted - Feb 04 2019 : 19:04:05
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
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Feb 05 2019 : 16:34:41 In the next version you can use: