ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.String, _
       ByVal width As System.Double, _
       ByVal height As System.Double _
    )
    public Rectangle( 
       System.string value,
       System.double width,
       System.double height
    )

    Parameters

    value
    width
    height
    See Also