TouchListScaleControl Method

Scales a control's location, size, padding and margin.

Definition

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

Parameters

factor  SizeF
The factor by which the height and width of the control will be scale
specified  BoundsSpecified
A BoundsSpecified value that specifies the bounds of the control to use when defining its size and position.

See Also