'Declaration Protected Overridable Sub DrawBackground( _ ByVal graphics As Graphics, _ ByVal backgroundRect As Rectangle _ )
protected virtual void DrawBackground( Graphics graphics, Rectangle backgroundRect )
Parameters
- graphics
- Graphics object on which the object is being drawn.
- backgroundRect
- Bounds of inner area of object.