'Declaration
Protected Overridable Sub PaintOutline( _
ByVal As Graphics, _
ByVal As Rectangle _
)
'使用法
Dim instance As PSObject
Dim g As Graphics
Dim r As Rectangle
instance.PaintOutline(g, r)
protected virtual void PaintOutline(
Graphics ,
Rectangle
)