[]
        
(Showing Draft Content)

C1.Win.Chart.Annotation.Image.-ctor

Image Constructor

Image()

Create an instance of Image.

Declaration
public Image()
Public Sub New()

Image(Image)

Create an instance of Image.

Declaration
public Image(Image sourceImage)
Public Sub New(sourceImage As Image)
Parameters
Type Name Description
Image sourceImage

Image(Image, int, int)

Create an instance of Image.

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