Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(String,Int32,Int32)
Image link
Image width
Image height

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

    Parameters

    href
    Image link
    width
    Image width
    height
    Image height
    See Also