VerticalIndicatorScrollBarDraw(Graphics, Point) Method

Draws the ScrollBar.

Definition

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

Parameters

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

See Also