'Declaration
Public Overloads Sub DrawRectangle( _
ByVal pen As Pen, _
ByVal x As System.Double, _
ByVal y As System.Double, _
ByVal width As System.Double, _
ByVal height As System.Double _
)
public void DrawRectangle(
Penpen,
System.double x,
System.double y,
System.double width,
System.double height
)