Example #1
0
            public override bool Stop(IMouseInformation mouseInformation)
            {
                if (_lineGraphicBuilder == null)
                {
                    return(false);
                }

                if (_lineGraphicBuilder.Stop(mouseInformation))
                {
                    return(true);
                }

                return(false);
            }