In This Topic
Allows the object to be moved.
Syntax
'Declaration
Protected Overrides Sub DoMove( _
ByVal As Point _
)
'Usage
Dim instance As PSShape
Dim pt As Point
instance.DoMove(pt)
protected override void DoMove(
Point
)
Parameters
- pt
- Point location of object
See Also