FlexReport for WinForms
Draw メソッド (IDrawAndHitTest)


C1.Document.4.6.2 アセンブリ > C1.Document.FlexChart 名前空間 > IDrawAndHitTest インターフェース : Draw メソッド
The graphics rendering context to draw into.
The target drawing width in device-independent units.
The target drawing height in device-independent units.
Draws the chart content to the specified graphics surface using the provided dimensions.
シンタックス
'宣言
 
Sub Draw( _
   ByVal graphics As C1Graphics, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
) 
'使用法
 
Dim instance As IDrawAndHitTest
Dim graphics As C1Graphics
Dim width As System.Double
Dim height As System.Double
 
instance.Draw(graphics, width, height)
void Draw( 
   C1Graphics graphics,
   System.double width,
   System.double height
)

パラメータ

graphics
The graphics rendering context to draw into.
width
The target drawing width in device-independent units.
height
The target drawing height in device-independent units.
参照

参照

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