Visual Basic (Declaration) | |
---|---|
Public Overridable Sub ResetRotatePoints() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void ResetRotatePoints() |
C++/CLI | |
---|---|
public: virtual void ResetRotatePoints(); |
This example determines if the rotate control points can be reset to the default location. For CanResetRotatePoints to be true the following must hold:
An AnnObject must be selected and UseRotateControlPoints must be true
Visual Basic | Copy Code |
---|---|
Private Sub AnnAutomation_ResetRotatePoints(ByVal automation As AnnAutomation) |
C# | Copy Code |
---|---|
private void AnnAutomation_ResetRotatePoints(AnnAutomation automation) |
If displaying rotate control points (see AnnEditDesigner.UseRotateControlPoints), two rotate control points are displayed for a selected AnnObjectBase:
Rotate center control point Rotate gripper control point
This method will reset the rotate control points to their default location.
Use the CanResetRotatePoints property to determine whether you can call this method.
For more information, refer to WPF Annotation Rotation Options.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family