ComponentOne FinancialChart for WPF
Image Constructor(String,Double,Double)



C1.WPF.Chart.Annotation Namespace > Image Class > Image Constructor : Image Constructor(String,Double,Double)
Create an instance of Image.
Syntax
'Declaration
 
Public Function New( _
   ByVal path As String, _
   ByVal width As Double, _
   ByVal height As Double _
)
'Usage
 
Dim path As String
Dim width As Double
Dim height As Double
 
Dim instance As New Image(path, width, height)
public Image( 
   string path,
   double width,
   double height
)
public:
Image( 
   String^ path,
   double width,
   double height
)

Parameters

path
width
height
See Also

Reference

Image Class
Image Members
Overload List