'Declaration
Protected Overrides Sub DoSize( _
ByVal resizeHandle As Integer, _
ByVal As Point _
)
'使用法
Dim instance As PSShape
Dim resizeHandle As Integer
Dim pt As Point
instance.DoSize(resizeHandle, pt)
protected override void DoSize(
int resizeHandle,
Point
)