- dx
- The horizontal offset to be used when moving the object.
- dy
- The vertical offset to be used when moving the object.
Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub Move( _ ByVal dx As Double, _ ByVal dy As Double _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- dx
- The horizontal offset to be used when moving the object.
- dy
- The vertical offset to be used when moving the object.
For C#/VB examples, refer to Implement User Defined Objects with LEADTOOLS WPF Annotations.
This method is called when the user clicks and drags on the object itself of this AnnEditDesigner. Derived classes may override this method and provide the necessary functionality to update the edited object coordinates. The default implementation calls the AnnObjectBase.Translate method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family