Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart.Annotation Namespace / Rectangle Class / Rectangle Constructor / Rectangle Constructor(String,Double,Double)


In This Topic
    Rectangle Constructor(String,Double,Double)
    In This Topic
    Create an instance of Rectangle.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As String, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    'Usage
     
    
    Dim value As String
    Dim width As Double
    Dim height As Double
     
    Dim instance As New Rectangle(value, width, height)
    public Rectangle( 
       string value,
       double width,
       double height
    )

    Parameters

    value
    width
    height
    See Also