シンタックス
'宣言
Protected Overrides Sub InternalDrawRectangle( _
ByVal As System.Windows.Rect, _
ByVal As System.Windows.Media.Color, _
ByVal As System.Double, _
ByVal As PenStyle _
)
'使用法
Dim instance As C1HtmlGraphics
Dim bounds As System.Windows.Rect
Dim color As System.Windows.Media.Color
Dim lineWidth As System.Double
Dim penStyle As PenStyle
instance.InternalDrawRectangle(bounds, color, lineWidth, penStyle)
protected override void InternalDrawRectangle(
System.Windows.Rect ,
System.Windows.Media.Color ,
System.double ,
PenStyle
)
パラメータ
- bounds
- color
- lineWidth
- penStyle
参照