FlexChart for WinForms
DrawImage メソッド (IRendering)

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : DrawImage メソッド
The source of image.
X-coordinate of image.
Y-coordinate of image.
Rendering width.
Rendering height.
Draw image using special source.
シンタックス
'宣言
 
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
)

パラメータ

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

参照

IRendering インターフェース
IRendering メンバ