Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart.Annotation Namespace / Ellipse Class / Ellipse Constructor / Ellipse Constructor(String,Int32,Int32)


In This Topic
    Ellipse Constructor(String,Int32,Int32)
    In This Topic
    Create an instance of Ellipse.
    Syntax
    '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)
    public Ellipse( 
       string value,
       int width,
       int height
    )

    Parameters

    value
    width
    height
    See Also