RoundTextBoxScaleControl Method
Scales the
RoundTextBox's location, size, padding, margin and font size.
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
protected override void ScaleControl(
SizeF factor,
BoundsSpecified specified
)
Protected Overrides Sub ScaleControl (
factor As SizeF,
specified As BoundsSpecified
)
- factor SizeF
- System.Drawing.SizeF.Drawing.SizeFThe factor by which the height and width of the control will be scaled.
- specified BoundsSpecified
- System.Windows.Forms.BoundsSpecified.Windows.Forms.BoundsSpecified
A BoundsSpecified value that specifies the bounds of the control to use when defining its size
and position.