Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Performance difference between GC with[out] Transform
Performance difference between GC with[out] Transform [message #451952] Fri, 11 March 2005 16:39 Go to next message
Randy Hudson is currently offline Randy HudsonFriend
Messages: 123
Registered: July 2009
Senior Member
If I am translating a series of GC paint calls, is it faster to translate
the coordinates myself and avoid the use of a Transform? What are the
performance hits associated with using GDI+, Cairo, etc.
Re: Performance difference between GC with[out] Transform [message #452996 is a reply to message #451952] Tue, 29 March 2005 16:24 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
It's probably much faster to do it yourself, if for example, all you are
doing is offsetting an x and y coordinate.

"Randy Hudson" <none@us.ibm.com> wrote in message
news:d0shj0$ba6$1@www.eclipse.org...
> If I am translating a series of GC paint calls, is it faster to translate
> the coordinates myself and avoid the use of a Transform? What are the
> performance hits associated with using GDI+, Cairo, etc.
>
>
Previous Topic:Tree not removing scroll bars when H_SCROLL & V_SCROLL aren't set
Next Topic:accessibility: scroll bars in scrollable composite
Goto Forum:
  


Current Time: Fri Apr 26 18:04:46 GMT 2024

Powered by FUDForum. Page generated in 0.03775 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top