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
 ImageEnPainter Ellipse Brush

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
klausdoege Posted - Aug 03 2012 : 10:49:43
Hello,
I have used ImageenPainter, and the brush as ellipse.

34.72 KB,

I however always look the ellipse at white rectangle., sees picture,
How can I alter to see only the Ellips with it is, without white rectangle?
many greetings

Klaus
www.klausdoege.de
3   L A T E S T    R E P L I E S    (Newest First)
w2m Posted - Aug 03 2012 : 16:58:31
Replace the IEWin7FileDialogs with a TOpenPictureDialog or an ImageEnOpenFileDialog. remove the IEWin7FileDialogs from uses.

All the demos were developed with Delphi 2010.

William Miller
klausdoege Posted - Aug 03 2012 : 14:52:03
Unfortunately, all examples don't run under Delphi 7?
Mistakes: [Mistakes] IEWin7FileDialogs.pas(28,: undefined marker: ' IFileDialogEvents'


Klaus
www.klausdoege.de
w2m Posted - Aug 03 2012 : 13:08:15
You can set the brush operation to "AND" and set "Antialias The Brush" to true and get a better ellipse, but iegdiplus does a much better job with brushes.

My EBook has a chapter about this and includes a simplegdiplus demo that shows how to do it.

William Miller