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