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

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

    Parameters

    sourceImage
    width
    height
    See Also