[]
Creates a new object with the PaintGrayArea event arguments.
public PaintGrayAreaEventArgs(SpreadView view, Graphics g, Rectangle drawRectangle)
Public Sub New(view As SpreadView, g As Graphics, drawRectangle As Rectangle)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the sheet |
Graphics | g | Graphics device |
Rectangle | drawRectangle | Rectangle area representing the background |