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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Layer with fill-area = Opacity but border = Solid

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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:

FillOpacity := 0.33;
Opacity := 1.0;

Nigel
Xequte Software
www.imageen.com