FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(Image)

In This Topic
    Image Constructor(Image)
    In This Topic
    Create an instance of Image.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sourceImage As System.Drawing.Image _
    )
    public Image( 
       System.Drawing.Image sourceImage
    )

    Parameters

    sourceImage
    See Also