- bounds
- A System.Drawing.Rectangle that specifies the area for which to retrieve the display bounds.
- factor
- The height and width of the control's bounds.
- specified
- One of the values of System.Windows.Forms.BoundsSpecified that specifies the bounds of the control to use when defining its size and position.
A System.Drawing.Rectangle representing the bounds within which the control is scaled.
This is a helper method that is called by Control.ScaleControl(System.Drawing.SizeF, BoundsSpecified) to retrieve the bounds within which the control is scaled. You can override this method to reuse the Control.ScaleControl(System.Drawing.SizeF, BoundsSpecified) scaling logic, but you must supply your own bounds. The default implementation returns scaled bounds that take into account the specified bounds, whether the control is top level, whether the control is fixed width or auto size, and any adornments the control might have.