The distance in pixels that the RotateGripper control point is originally placed from the bounds of the AnnObject. This is a dependency property.
public double GripperDistance {get; set;}
Public Property GripperDistance As Double
The distance in pixels that the RotateGripper control point is originally placed from the bounds of the AnnObject.
When an AnnObject is first selected, two rotate handles appear: the RotateCenter and the RotateGripper. This property is the pixel distance that the RotateGripper is initially placed from the bounds of the AnnObject. For more information, refer to WPF Annotation Rotation Options.
This example does the following:
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Public Sub AnnObject_GripperDistance(ByVal obj As AnnObject)
Dim s As String = String.Format("RotateCenter: ({0},{1}) RotateGripper: ({2},{3})", _
obj.RotateCenter.X, obj.RotateCenter.Y, obj.RotateGripper.X, obj.RotateGripper.Y)
MessageBox.Show(s)
obj.GripperDistance = 60
obj.ResetRotatePoints()
End Sub
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;
public void AnnObject_GripperDistance(AnnObject obj)
{
string s = String.Format("RotateCenter: ({0},{1}) RotateGripper: ({2},{3})",
obj.RotateCenter.X, obj.RotateCenter.Y,
obj.RotateGripper.X, obj.RotateGripper.Y);
MessageBox.Show(s);
obj.GripperDistance = 60;
obj.ResetRotatePoints();
}
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Examples;
public void AnnObject_GripperDistance(AnnObject obj)
{
string s = String.Format("RotateCenter: ({0},{1}) RotateGripper: ({2},{3})",
obj.RotateCenter.X, obj.RotateCenter.Y,
obj.RotateGripper.X, obj.RotateGripper.Y);
MessageBox.Show(s);
obj.GripperDistance = 60;
obj.ResetRotatePoints();
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Public Sub AnnObject_GripperDistance(ByVal obj As AnnObject)
Dim s As String = String.Format("RotateCenter: ({0},{1}) RotateGripper: ({2},{3})", obj.RotateCenter.X, obj.RotateCenter.Y, _
obj.RotateGripper.X, obj.RotateGripper.Y)
MessageBox.Show(s)
obj.GripperDistance = 60
obj.ResetRotatePoints()
End Sub
Products |
Support |
Feedback: GripperDistance Property (AnnObject) - Leadtools.Windows.Annotations |
Introduction |
Help Version 19.0.2017.3.22
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.