FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(ImageSource)

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

    Parameters

    value
    See Also