C1.WPF.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / DrawImage Method
the source of image.
x-coordinate of image.
y-coordinate of image.
Image width.
Image height.

In This Topic
DrawImage Method (IRenderEngine)
In This Topic
Draw image using special source.
Syntax
'Declaration
 
Sub DrawImage( _
   ByVal source As Object, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal w As Double, _
   ByVal h As Double _
) 
 

Parameters

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