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.