TouchListGetScrollbarBackground Method

Draws the background of the scroll bar region into the provided Graphics object.

Definition

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

Parameters

gfx  Graphics
A Graphics object to draw to.
area  Rectangle
A Rectangle to perform the drawing to.

See Also