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