Jump to content

GuiCtrlCreateGraphic


Recommended Posts

i've noticed that after making a graphic ex :

GuiCtrlCreateGraphic(20, 50, 100,100)

GUICtrlSetBkColor(-1,0xffffff)

GUICtrlSetColor(-1,0)

GUICtrlSetGraphic(-1,$GUI_GR_COLOR, 0xff0000,0xff0000)

GUICtrlSetGraphic(-1,$GUI_GR_PIE, 50,50, 40,30,270)

the edges of the graphic look bad. I've seen in other programs that the graphics are smooth and nice. is there a way to make the edges nice or smooth by applying a DllCall or installing maybe a filter ??

Link to comment
Share on other sites

  • 3 weeks later...

I've noticed this problem. I've used a system with a 3d card and cannot render a simple circle properly. It isn't nice and smooth, but blocky. This is because your video card handles vectored drawing. If you switch to software accelerator, then the edges might be smooth.

This is just my opinion

F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...