FillRect(Graphics,Int32,Int32,Int32,Int32,Style,IScriptContext) Method
In This Topic
For internal use.
Syntax
'Declaration
Protected Overloads Overridable Sub FillRect( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Style, _
ByVal As IScriptContext _
)
protected virtual void FillRect(
Graphics ,
int ,
int ,
int ,
int ,
Style ,
IScriptContext
)
Parameters
- graphics
- left
- top
- right
- bottom
- style
- context
See Also