ComponentOne FlexPivot for WinForms
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 Image, _
       ByVal width As Integer, _
       ByVal height As Integer _
    )
    public Image( 
       Image sourceImage,
       int width,
       int height
    )

    Parameters

    sourceImage
    width
    height
    See Also