TuSDKICSmudgeImageViewDelegate Protocol Reference

Conforms to NSObject
Declared in TuSDKICSmudgeImageViewWrap.h

– onRefreshStepStatesWithHistories:redoCount: required method

用户操作导致撤销/重做数据发生变化

- (void)onRefreshStepStatesWithHistories:(NSUInteger)undoCount redoCount:(NSUInteger)redoCount

Parameters

undoCount

可以撤销的次数

redoCount

可以重做的次数

Declared In

TuSDKICSmudgeImageViewWrap.h

– onSmudgeActionChanged:viewLocation:canvasWidth:canvasHeight:

涂抹动作改变

- (void)onSmudgeActionChanged:(CGPoint)point viewLocation:(CGPoint)viewPoint canvasWidth:(CGFloat)width canvasHeight:(CGFloat)height

Parameters

point

偏向上的涂抹位置

viewPoint

视图上的涂抹位置

width

画布宽度

height

画布高度

Declared In

TuSDKICSmudgeImageViewWrap.h

– onSmudgeActionEnd

涂抹动作结束

- (void)onSmudgeActionEnd

Declared In

TuSDKICSmudgeImageViewWrap.h