TouchListGetScrollbarBackground Method
Draws the background of the scroll bar region into the provided
Graphics object.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public void GetScrollbarBackground(
Graphics gfx,
Rectangle area
)
Public Sub GetScrollbarBackground (
gfx As Graphics,
area As Rectangle
)
Parameters
- gfx Graphics
- A Graphics object to draw to.
- area Rectangle
- A Rectangle to perform the drawing to.