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