ComponentOne FlexChart for WPF
Rectangle Constructor(String,Double,Double)

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart.Annotation Namespace > Rectangle Class > Rectangle Constructor : Rectangle Constructor(String,Double,Double)
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

Reference

Rectangle Class
Rectangle Members
Overload List