PKCanvasViewDelegate
PKCanvasViewDelegate()
PKCanvasViewDelegate(IntPtr)
PKCanvasViewDelegate(NativeHandle)
PKCanvasViewDelegate(NSObjectFlag)
DecelerationEnded(UIScrollView)
DecelerationStarted(UIScrollView)
DidBeginUsingTool(PKCanvasView)
DidChangeAdjustedContentInset(UIScrollView)
DidFinishRendering(PKCanvasView)
DidZoom(UIScrollView)
DraggingEnded(UIScrollView, Boolean)
DraggingStarted(UIScrollView)
DrawingDidChange(PKCanvasView)
EndUsingTool(PKCanvasView)
ScrollAnimationEnded(UIScrollView)
Scrolled(UIScrollView)
ScrolledToTop(UIScrollView)
ShouldScrollToTop(UIScrollView)
ViewForZoomingInScrollView(UIScrollView)
WillEndDragging(UIScrollView, CGPoint, CGPoint)
ZoomingEnded(UIScrollView, UIView, nfloat)
ZoomingEnded(UIScrollView, UIView, NFloat)
ZoomingStarted(UIScrollView, UIView)
xamarinios
namespace PencilKit
{
[Advice("This API is not available when using UIKit on macOS.")]
[Introduced(PlatformName.iOS, 13, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("Xamarin_iOS__PencilKit_PKCanvasViewDelegate", false)]
[Unavailable(PlatformName.MacCatalyst, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class PKCanvasViewDelegate : NSObject, INativeObject, IPKCanvasViewDelegate, IDisposable, IUIScrollViewDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("scrollViewDidEndZooming:withView:atScale:")]
public virtual void ZoomingEnded(UIScrollView! scrollView, UIView! withView, nfloat atScale);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API