Visual Basic (Declaration) | |
---|---|
Public Overridable Sub RestoreOriginalLocation() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void RestoreOriginalLocation() |
C++/CLI | |
---|---|
public: virtual void RestoreOriginalLocation(); |
For C#/VB examples, refer to AnnObjectBase.SaveOriginalLocation.
Restores location information for an AnnObjectBase including AnnObjectBase.RotateCenter location and AnnObjectBase.RotateGripper location. The information can be saved using AnnObjectBase.SaveOriginalLocation.
Notes to overriders: save any acutal points that define your object. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS WPF Annotations and WPF Annotation Rotation Options.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family