[]
        
(Showing Draft Content)

C1.iOS.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(UIImage)

Create an instance of Image.

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

Image(UIImage, double, double)

Create an instance of Image.

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