MobileForms Toolkit Documentation

DrawEventArgs  Constructor 

Initializes a new instance of the DrawEventArgs class.

public DrawEventArgs(
Graphics graphics,
Rectangle bounds,
ScrollBarElementState state
);

Parameters

graphics
Graphics surface to draw on.
bounds
Rectangle that represents the bounds to draw to.
state
ScrollBarElementState state.

See Also

DrawEventArgs Class | Resco.Controls.ScrollBar Namespace