Beispiel #1
0
        protected override void OnDynamicDraw(GetPointDrawEventArgs e)
        {
            m_cylinder.Draw(e.Display);

            // Disable default GetPoint drawing by not calling the base class
            // implementation. All aspects of gumball display are handled by
            // GumballDisplayConduit
            //base.OnDynamicDraw(e);
        }