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