[]
        
(Showing Draft Content)

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

Image Constructor

Image()

Create an instance of the Image class.

Declaration
public Image()

Image(string)

Create an instance of the Image class.

Declaration
public Image(string href)
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)
Parameters
Type Name Description
string href

Image link

int width

Image width

int height

Image height