Beispiel #1
0
        protected override LeadRectD GetBoundingRectangle()
        {
            LeadRectD rc = base.GetBoundingRectangle();

            if (!_cobbAngleData.IntersectionPoint.IsEmpty)
            {
                rc = LeadRectD.Union(rc, _cobbAngleData.IntersectionPoint);
            }

            return(rc);
        }