FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart.Annotation 命名空间 / Image 类 / Image 构造函数 / Image 构造函数(ImageSource,Double,Double)

本主题中
    Image 构造函数(ImageSource,Double,Double)
    本主题中
    Create an instance of Image.
    语法
    '声明
     
    Public Function New( _
       ByVal value As ImageSource, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public Image( 
       ImageSource value,
       double width,
       double height
    )

    参数

    value
    width
    height
    请参见