[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GradientInterfaceRenderer.PaintScrollBox

PaintScrollBox Method

PaintScrollBox(Graphics, int, int, int, int)

Paints the scroll bar intersection.

Declaration
public void PaintScrollBox(Graphics g, int x, int y, int width, int height)
Public Sub PaintScrollBox(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the scroll bar

int x

X-coordinate

int y

Y-coordinate

int width

Width, in pixels

int height

Height, in pixels

Implements