using System.Windows.Forms; using FastReport.Utils; namespace FastReport.Dialog { partial class RadioButtonControl { #region Protected Methods /// protected override SelectionPoint[] GetSelectionPoints() { if (RadioButton.AutoSize) return new SelectionPoint[] { new SelectionPoint(AbsLeft - 2, AbsTop - 2, SizingPoint.None) }; return base.GetSelectionPoints(); } #endregion } }