ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Layer with fill-area = Opacity but border = Solid
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

john_siggy@yahoo.com

USA
138 Posts

Posted - Feb 04 2019 :  19:04:05  Show Profile  Reply
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

xequte

38176 Posts

Posted - Feb 05 2019 :  16:34:41  Show Profile  Reply
In the next version you can use:

FillOpacity := 0.33;
Opacity := 1.0;

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: