PrimitiveBaseCollectionResizeItems Method

Resize the items of the collection.

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void ResizeItems(
	float dW,
	float dH
)

Parameters

dW  Single
Delta width in pixels.
dH  Single
Delta height in pixels.

See Also