Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Annotation Namespace / Rectangle Class / Rectangle Constructor / Rectangle Constructor(String,Int32,Int32)

In This Topic
    Rectangle Constructor(String,Int32,Int32)
    In This Topic
    Create an instance of Rectangle.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal content As String, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Rectangle( 
       string content,
       int width,
       int height
    )

    Parameters

    content
    width
    height
    See Also