void interactiveServicePinchWithArgs(
LTInteractiveService ,
UIPinchGestureRecognizer
)
Sub interactiveServicePinchWithArgs( _
ByVal As LTInteractiveService, _
ByVal As UIPinchGestureRecognizer _
)
void interactiveServicePinchWithArgs(
LTInteractiveService service,
UIPinchGestureRecognizer recognizer
)
- (void) interactiveService:(LTInteractiveService*)service
pinchWithArgs:(UIPinchGestureRecognizer*)recognizer;
function Leadtools.Controls.LTInteractiveServiceDelegate_ObjectiveC.interactiveServicePinchWithArgs(
service ,
recognizer
)