'Declaration Protected Overridable Sub DoMove( _ ByVal pt As Point _ )
'Declaration
Protected Overridable Sub DoMove( _ ByVal pt As Point _ )
'Usage Dim instance As TwoWayArrowShape Dim pt As Point instance.DoMove(pt)
'Usage
Dim instance As TwoWayArrowShape Dim pt As Point instance.DoMove(pt)
protected virtual void DoMove( Point pt )
TwoWayArrowShape Class TwoWayArrowShape Members