protected override void MoveThumb(
int ,
LeadPointD
)
'Declaration
Protected Overrides Sub MoveThumb( _
ByVal As Integer, _
ByVal As LeadPointD _
)
'Usage
Dim instance As AnnRectangleEditDesigner
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 pt
)
function Leadtools.Annotations.Designers.AnnRectangleEditDesigner.MoveThumb(
thumbIndex ,
offset
)