TextViewerGetScrollbarBackground Method

Gets the background of the scrollbar. Necessary for scrollbar opacity.

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
C#
public void GetScrollbarBackground(
	Graphics gfx,
	Rectangle area
)

Parameters

gfx  Graphics
The graphics object to draw on.
area  Rectangle
The bounds of the scrollbar.

Implements

IVerticallyScrollableGetScrollbarBackground(Graphics, Rectangle)

See Also