The overriden function is public override void DrawDynamicLayer(esriDynamicDrawPhase DynamicDrawPhase, IDisplay Display, IDynamicDisplay dynamicDisplay)
What's the difference between dynamicDisplay and Display? They both have similar functions like "DrawPolygon" and "DrawText"
and then how about if I cast my map to an ActiveView and access ScreenDisplay, how are all of these display types different? How should I know which one to use?
