Click here to Skip to main content
15,924,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: overloading == and != Pin
Jan R Hansen8-Dec-04 11:41
Jan R Hansen8-Dec-04 11:41 
GeneralRe: overloading == and != Pin
Skynyrd8-Dec-04 23:51
Skynyrd8-Dec-04 23:51 
GeneralDataGrid formatting Pin
wtdoor19658-Dec-04 3:27
wtdoor19658-Dec-04 3:27 
GeneralBitmap Rendering speed Pin
Tristan Rhodes8-Dec-04 3:17
Tristan Rhodes8-Dec-04 3:17 
GeneralRe: Bitmap Rendering speed Pin
Daniel Turini8-Dec-04 5:32
Daniel Turini8-Dec-04 5:32 
GeneralRe: Bitmap Rendering speed Pin
Tristan Rhodes8-Dec-04 13:04
Tristan Rhodes8-Dec-04 13:04 
GeneralRe: Bitmap Rendering speed Pin
Tristan Rhodes9-Dec-04 4:06
Tristan Rhodes9-Dec-04 4:06 
GeneralRe: Bitmap Rendering speed Pin
Daniel Turini9-Dec-04 4:26
Daniel Turini9-Dec-04 4:26 
The Catalyst wrote:
I did a little investigation, and the native .NET draw methods are all based on GDI plus, so there's not much I can do there.
The problem is with the "plus" part: GDI+ is not hardware accelerated (although some top-notch cards do accelerate it), while the standard GDI is. GDI is way more difficult to use, and you'll need to resort to API calls. Search for BitBlt and you'll understand what I mean. BitBlt performance is almost the same as DirectDraw, as it's intercepted by the video card and uses its capabilities fully. GDI+ is suitable only for drawings that don't need speed.
About the frame rate, you're right: I divided 1000 ms / 60 and I don't know why I got 160ms, when I should get 16ms. Probably a typo on calculator Smile | :)


Yes, even I am blogging now!
GeneralRe: Bitmap Rendering speed Pin
Tristan Rhodes9-Dec-04 5:21
Tristan Rhodes9-Dec-04 5:21 
GeneralRe: Bitmap Rendering speed Pin
Daniel Turini9-Dec-04 7:18
Daniel Turini9-Dec-04 7:18 
GeneralTextChanged vs Click Pin
realmontanakid8-Dec-04 2:23
realmontanakid8-Dec-04 2:23 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz8-Dec-04 2:40
Stefan Troschuetz8-Dec-04 2:40 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 4:14
realmontanakid8-Dec-04 4:14 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz8-Dec-04 4:31
Stefan Troschuetz8-Dec-04 4:31 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 4:59
realmontanakid8-Dec-04 4:59 
GeneralRe: TextChanged vs Click Pin
Dave Kreskowiak8-Dec-04 4:50
mveDave Kreskowiak8-Dec-04 4:50 
GeneralRe: TextChanged vs Click Pin
realmontanakid8-Dec-04 5:19
realmontanakid8-Dec-04 5:19 
GeneralRe: TextChanged vs Click Pin
Stefan Troschuetz9-Dec-04 21:59
Stefan Troschuetz9-Dec-04 21:59 
QuestionHow to create an array of textboxes with the disigner ? Pin
rgcolli8-Dec-04 2:22
rgcolli8-Dec-04 2:22 
GeneralBig DB problem Pin
Zamolxes8-Dec-04 1:51
Zamolxes8-Dec-04 1:51 
GeneralRe: Big DB problem Pin
turbochimp8-Dec-04 4:15
turbochimp8-Dec-04 4:15 
GeneralA DataGrid Problem Pin
A.Mohsen8-Dec-04 0:03
A.Mohsen8-Dec-04 0:03 
GeneralDrag and drop Pin
blazeski7-Dec-04 23:56
blazeski7-Dec-04 23:56 
GeneralRe: Drag and drop Pin
Heath Stewart8-Dec-04 5:43
protectorHeath Stewart8-Dec-04 5:43 
Generalbitmap in c# Pin
arus20047-Dec-04 23:53
arus20047-Dec-04 23:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.