ComponentOne FlexChart for WPF
DrawImage Method

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace > IRenderEngine Interface : DrawImage Method
the source of image.
x-coordinate of image.
y-coordinate of image.
Image width.
Image height.
Draw image using special source.
Syntax
'Declaration
 
Sub DrawImage( _
   ByVal source As System.Object, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double _
) 
void DrawImage( 
   System.object source,
   System.double x,
   System.double y,
   System.double w,
   System.double h
)

Parameters

source
the source of image.
x
x-coordinate of image.
y
y-coordinate of image.
w
Image width.
h
Image height.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members