[]
For internal use.
protected virtual void FillRect(Graphics graphics, int left, int top, int right, int bottom, Style style, IScriptContext context)
Protected Overridable Sub FillRect(graphics As Graphics, left As Integer, top As Integer, right As Integer, bottom As Integer, style As Style, context As IScriptContext)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | |
| int | left | |
| int | top | |
| int | right | |
| int | bottom | |
| Style | style | |
| IScriptContext | context |
For internal use.
protected virtual void FillRect(Graphics graphics, Rectangle rect, Style style, IScriptContext context)
Protected Overridable Sub FillRect(graphics As Graphics, rect As Rectangle, style As Style, context As IScriptContext)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | |
| Rectangle | rect | |
| Style | style | |
| IScriptContext | context |