RoundTextBoxScaleControl Method

Scales the RoundTextBox's location, size, padding, margin and font size.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
protected override void ScaleControl(
	SizeF factor,
	BoundsSpecified specified
)

Parameters

factor  SizeF
System.Drawing.SizeF.Drawing.SizeF

Field Value

The 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.

See Also