Posted 14 years ago
by CodyVanZant
I'm creating my own Adornment Manager from AdornmentManagerBase and I can't find any documentation on how to come up with the location to place the adornment.
Can I get the inherited classes to look at and learn from? (Like your DecoratorAdornmentManager)
I cannot figure out where to get the right values from. All the places determining placement are hidden from me. The bounds field passed into AddAdornment from the inherited class DecoratorAdornmentManager... how do you compute those bounds? I'd like to know how to do that myself, but it is no where to be found.
Can I get the inherited classes to look at and learn from? (Like your DecoratorAdornmentManager)
I cannot figure out where to get the right values from. All the places determining placement are hidden from me. The bounds field passed into AddAdornment from the inherited class DecoratorAdornmentManager... how do you compute those bounds? I'd like to know how to do that myself, but it is no where to be found.