VerticalIndicatorScrollBarDraw(Graphics, Point) Method

Draws the ScrollBar.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public void Draw(
	Graphics gr,
	Point offset
)

Parameters

gr  Graphics
Graphics object.
offset  Point
Offset inside the graphics object.

See Also