[]
        
(Showing Draft Content)

C1.WPF.Chart.Annotation.Image.-ctor

Image Constructor

Image()

Create an instance of Image.

Declaration
public Image()

Image(string)

Create an instance of Image.

Declaration
public Image(string path)
Parameters
Type Name Description
string path

Image(string, double, double)

Create an instance of Image.

Declaration
public Image(string path, double width, double height)
Parameters
Type Name Description
string path
double width
double height

Image(ImageSource)

Create an instance of Image.

Declaration
public Image(ImageSource value)
Parameters
Type Name Description
ImageSource value

Image(ImageSource, double, double)

Create an instance of Image.

Declaration
public Image(ImageSource value, double width, double height)
Parameters
Type Name Description
ImageSource value
double width
double height