ComponentOne FlexChart for WPF
Image Constructor(ImageSource,Double,Double)

C1.WPF.FlexChart.4 Assembly > C1.WPF.Chart.Annotation Namespace > Image Class > Image Constructor : Image Constructor(ImageSource,Double,Double)
Create an instance of Image.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Windows.Media.ImageSource, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
public Image( 
   System.Windows.Media.ImageSource value,
   System.double width,
   System.double height
)

Parameters

value
width
height
See Also

Reference

Image Class
Image Members
Overload List