Draws the chart content to the specified graphics surface using the provided dimensions.
シンタックス
'宣言
Sub Draw( _
ByVal As C1Graphics, _
ByVal As System.Double, _
ByVal 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 ,
System.double ,
System.double
)
パラメータ
- 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.
参照