ComponentFactory.Krypton.Toolkit.RenderBase.GetRadioButtonPreferredSize C# (CSharp) Метод

GetRadioButtonPreferredSize() публичный абстрактный Метод

Calculate the requested display size for the radio button.
public abstract GetRadioButtonPreferredSize ( ViewLayoutContext context, IPalette palette, bool enabled, bool checkState, bool tracking, bool pressed ) : Size
context ViewLayoutContext Render context.
palette IPalette Palette for sourcing display values.
enabled bool Should check box be displayed as enabled.
checkState bool Checked state of the radio button.
tracking bool Should check box be displayed as hot tracking.
pressed bool Should check box be displayed as pressed.
Результат System.Drawing.Size
        public abstract Size GetRadioButtonPreferredSize(ViewLayoutContext context,
                                                         IPalette palette,
                                                         bool enabled,
                                                         bool checkState,
                                                         bool tracking,
                                                         bool pressed);