ComponentOne FlexChart for UWP
Image Constructor(String,Double,Double)

C1.UWP.FlexChart Assembly > C1.Xaml.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 System.String, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
public Image( 
   System.string path,
   System.double width,
   System.double height
)

Parameters

path
width
height
See Also

Reference

Image Class
Image Members
Overload List