[]
        
(Showing Draft Content)

C1.Blazor.Chart.Annotation.Image.-ctor

Image Constructor

Image()

Create an instance of the Image class.

Declaration
public Image()
Public Sub New()

Image(string)

Create an instance of the Image class.

Declaration
public Image(string href)
Public Sub New(href As String)
Parameters
Type Name Description
string href

Image link

Image(string, int, int)

Create an instance of the Image class.

Declaration
public Image(string href, int width, int height)
Public Sub New(href As String, width As Integer, height As Integer)
Parameters
Type Name Description
string href

Image link

int width

Image width

int height

Image height