drawRect Method (_Render)
In This Topic
Syntax
'Declaration
Public Sub drawRect( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
Optional ByVal As IRegion, _
Optional ByVal As IMatrix _
)
public void drawRect(
double ,
double ,
double ,
double ,
IRegion ,
IMatrix
)
Parameters
- x
- y
- w
- h
- clipping
- transform
See Also