Calculates the height and width required to display the button text and picture.
Calculates the height and width required to display the control.
Overload List
Overload | Description |
GetPreferredSize(Graphics,Size,Font,String,String,ButtonTextAlign,Boolean,Int32,Image,Image) | Calculates the height and width required to display the button text and picture. |
GetPreferredSize(Graphics,Size,Font,String,String,ButtonTextAlign,TextOrientation,Boolean,Int32,Image,Image,HotkeyPrefix) | Calculates the height and width required to display the button text and picture. |
GetPreferredSize(Graphics,Size,Font,String,String,ButtonTextAlign,TextOrientation,Boolean,Int32,Image,Image,HotkeyPrefix,Double) | Calculates the height and width required to display the button text and picture. |
GetPreferredSize(FpButtonPaintArgs) | Calculates the height and width required to display the button text and picture. |
GetPreferredSize(Size) | Retrieves the size of a rectangular area into which a control can be fitted. (Inherited from System.Windows.Forms.Control) |
See Also