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
 Description of Brush.Transparency and Brush.BackTr
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

w2m

USA
1990 Posts

Posted - Jun 24 2012 :  16:45:46  Show Profile  Reply
As far as I can tell TIECanvas is not described or discussed anywhere.
What is the difference between TIECanvas.Brush.Transparency and TIECanvas.Brush.BackTransparency?

var
NewCanvas: TIECanvas;
NewCanvas.Brush.Transparency := StrToInt(BrushAlpha1.Text); 
NewCanvas.Brush.BackTransparency := StrToInt(BrushAlpha1.Text);


William Miller

w2m

USA
1990 Posts

Posted - Jun 26 2012 :  16:13:50  Show Profile  Reply
No one knows what NewCanvas.Brush.BackTransparency does?

William Miller
Go to Top of Page

fab

1310 Posts

Posted - Jun 26 2012 :  21:58:20  Show Profile  Reply
Transparency refers to foreground color, while BackTransparency refers to background transparency.
Think to a brush with bsHorizontal: there are two colors, Color and BackColor, each one has its own transparency.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: