PrimitiveBaseCollectionScaleItems Method

Scales the items by the given factor.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void ScaleItems(
	SizeF scaleFactor
)

Parameters

scaleFactor  SizeF
The scale factor.

See Also