LongoMatch.Drawing.Widgets.Blackboard.ShowMenu C# (CSharp) Method

ShowMenu() protected method

protected ShowMenu ( Point coords ) : void
coords Point
return void
        protected override void ShowMenu(Point coords)
        {
            Selection sel = Selections.FirstOrDefault ();
            if (sel != null && ShowMenuEvent != null) {
                ShowMenuEvent ((sel.Drawable as ICanvasDrawableObject).IDrawableObject);
            }
        }