シンタックス
'宣言
Public Overrides Sub Draw( _
ByVal As C1Graphics, _
ByVal As Rect, _
ByVal As System.Drawing.Color, _
ByVal As System.Double, _
ByVal As DashStyle, _
ByVal As C1Brush _
)
'使用法
Dim instance As TriangleShapeBase
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 ,
Rect ,
System.Drawing.Color ,
System.double ,
DashStyle ,
C1Brush
)
パラメータ
- g
- bounds
- lineColor
- lineWidthPx
- lineStyle
- background
参照