[]
        
(Showing Draft Content)

C1.Android.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(Bitmap)

Create an instance of Image.

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

Image(Bitmap, double, double)

Create an instance of Image.

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