DrawRect Method (IRenderEngine)
In This Topic
Draw rectangle with currect stroke and fill.
Syntax
'Declaration
Sub DrawRect( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
void DrawRect(
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- x
- x-coordinate of rectangle.
- y
- y-coordinate of rectangle.
- w
- Rectangle width.
- h
- Rectangle height.
See Also