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

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

    参数

    path
    width
    height
    请参见