C1.Excel Assembly / C1.Util Namespace / IRendering Interface / DrawImage Method
The source of image.
X-coordinate of image.
Y-coordinate of image.
Rendering width.
Rendering height.

In This Topic
DrawImage Method (IRendering)
In This Topic
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 _
) 
 

Parameters

source
The source of image.
x
X-coordinate of image.
y
Y-coordinate of image.
w
Rendering width.
h
Rendering height.
See Also