protected override void MoveThumb(
int ,
LeadPointD
)
'Declaration
Protected Overrides Sub MoveThumb( _
ByVal As Integer, _
ByVal As LeadPointD _
)
'Usage
Dim instance As AnnPointEditDesigner
Dim thumbIndex As Integer
Dim offset As LeadPointD
instance.MoveThumb(thumbIndex, offset)
protected override void MoveThumb(
int thumbIndex,
LeadPointD offset
)
- (void)moveThumbAtIndex:(NSUInteger)thumbIndex toOffset:(LeadPointD)point
@Override protected void moveThumb(
int thumbIndex,
LeadPointD offset
)
function Leadtools.Annotations.Designers.AnnPointEditDesigner.MoveThumb(
thumbIndex ,
offset
)