FlexPivot for WinForms
DrawImage メソッド

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 > IRenderEngine インターフェース : DrawImage メソッド
the source of image.
X coordinate of image.
Y coordinate of image.
Image width.
Image 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
Image width.
h
Image height.
参照

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