CylinderScrollY Method

Scrolls this Cylinder by specified amount of pixels.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public virtual void ScrollY(
	int nAmount
)

Parameters

nAmount  Int32
The amount of pixels to scroll this Cylinder.

See Also