ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Image Class / Image Constructor / Image Constructor(ImageSource,Double,Double)



In This Topic
    Image Constructor(ImageSource,Double,Double)
    In This Topic
    Create an instance of Image.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As ImageSource, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    'Usage
     
    
    Dim value As ImageSource
    Dim width As Double
    Dim height As Double
     
    Dim instance As New Image(value, width, height)

    Parameters

    value
    width
    height
    See Also