Rectangle Constructor(String,Int32,Int32)
In This Topic
Create an instance of Rectangle.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Rectangle(
System.string ,
System.int ,
System.int
)
Parameters
- content
- width
- height
See Also