Leadtools.Annotations Namespace > AnnObject Class : GripperDistance Property |
public int GripperDistance {get; set;}
'Declaration Public Property GripperDistance As Integer
'Usage Dim instance As AnnObject Dim value As Integer instance.GripperDistance = value value = instance.GripperDistance
public int GripperDistance {get; set;}
get_GripperDistance();
set_GripperDistance(value);
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
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(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2