public Ellipse( string value, int width, int height )
'Declaration Public Function New( _ ByVal value As String, _ ByVal width As Integer, _ ByVal height As Integer _ )
'Declaration
Public Function New( _ ByVal value As String, _ ByVal width As Integer, _ ByVal height As Integer _ )
'Usage Dim value As String Dim width As Integer Dim height As Integer Dim instance As New Ellipse(value, width, height)
'Usage
Dim value As String Dim width As Integer Dim height As Integer Dim instance As New Ellipse(value, width, height)
Ellipse Class Ellipse Members Overload List