ComponentOne FlexChart for WinForms
Rectangle Constructor(String,Int32,Int32)


C1.Win.Chart.Annotation Namespace > Rectangle Class > Rectangle Constructor : Rectangle Constructor(String,Int32,Int32)
Create an instance of Rectangle.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As String, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
'Usage
 
Dim content As String
Dim width As Integer
Dim height As Integer
 
Dim instance As New Rectangle(content, width, height)
public Rectangle( 
   string content,
   int width,
   int height
)

Parameters

content
width
height
See Also

Reference

Rectangle Class
Rectangle Members
Overload List