FlexReport for WinForms
Draw メソッド (ArcShape)


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > ArcShape クラス : Draw メソッド
シンタックス
'宣言
 
Public Overrides Sub Draw( _
   ByVal g As C1Graphics, _
   ByVal bounds As Rect, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineWidthPx As System.Double, _
   ByVal lineStyle As DashStyle, _
   ByVal background As C1Brush _
) 
'使用法
 
Dim instance As ArcShape
Dim g As C1Graphics
Dim bounds As Rect
Dim lineColor As System.Drawing.Color
Dim lineWidthPx As System.Double
Dim lineStyle As DashStyle
Dim background As C1Brush
 
instance.Draw(g, bounds, lineColor, lineWidthPx, lineStyle, background)
public override void Draw( 
   C1Graphics g,
   Rect bounds,
   System.Drawing.Color lineColor,
   System.double lineWidthPx,
   DashStyle lineStyle,
   C1Brush background
)

パラメータ

g
bounds
lineColor
lineWidthPx
lineStyle
background
参照

参照

ArcShape クラス
ArcShape メンバ