Rectangle Constructor(String)
In This Topic
Create an instance of Rectangle.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim value As String
Dim instance As New Rectangle(value)
public Rectangle(
string
)
public:
Rectangle(
String^
)
Parameters
- value
See Also