Posted By: goran | Sep 27th, 2004 @ 8:19 AM
page 1 of 1
Comments: 3 | Views: 1272
Hi all!

Does anyone know if GDI+ uses some sort of DOM tree in the current Windows versions like Longhorn will use in its Avalon/XAML?

/G.
hi goran, as far as i know it doesn't. i believe the gdi+ metafiles store sequential drawing instructions as opposed to trees of graphics primitives.
warren
warren
atom heart mother
GDI+ is pretty much just plain ole' GDI (the same one that's been around since time immemorial), plus some new features (like support for JPEG, heh....) and some simplified API's.  In other words, there is no "tree".

Where you will find tree-like implementations are on the next level above GDI: the UI frameworks.  MFC, Windows Forms, and most third-party frameworks use a tree structure to hold UI elements.


synergiser
synergiser
kuruvi
Can anyone tell me what will happen to Windows Forms in Avalon! Will GDI+ plus improve to make it more extensible(or will it get completely replaced..??), like extending scrollbars to support skinning, as of now we have to make use of unmanaged code in .NET to achieve such kind of functionality? will this scenario change?
It would be nice to achieve all GDI functionality  in GDI+,
like capturing snapshots of the screen!
page 1 of 1
Comments: 3 | Views: 1272
Microsoft Communities