PxUiPageCropViewDelegate Protocol
protocol PxUiPageCropViewDelegate : NSObjectProtocol
@protocol PxUiPageCropViewDelegate <NSObject>
Receives editing callbacks from a PxUiPageCropView.
Instance Methods
| Name | Summary |
|---|---|
| onPageCropCornersUpdated(_:) | Called when the document corners change. |
| onPageCropFinished(_:) | Called when corner editing finishes. |
| onPageCropStarting(_:) | Called when corner editing is about to start. |
| onPageCropZoomed(::) | Called when the editor zooms in or out. |
| Name | Summary |
|---|---|
| onPageCropCornersUpdated: | Called when the document corners change. |
| onPageCropFinished: | Called when corner editing finishes. |
| onPageCropStarting: | Called when corner editing is about to start. |
| onPageCropZoomed:: | Called when the editor zooms in or out. |
Relationships
Inherits From
- NSObject