NSAlignmentFeedbackFilter
NSAlignmentFeedbackFilter()
NSAlignmentFeedbackFilter(IntPtr)
NSAlignmentFeedbackFilter(NativeHandle)
NSAlignmentFeedbackFilter(NSObjectFlag)
ClassHandle
InputEventMask
GetTokenForHorizontalMovement(NSView, nfloat, nfloat, nfloat)
GetTokenForHorizontalMovement(NSView, NFloat, NFloat, NFloat)
GetTokenForMovement(NSView, CGPoint, CGPoint, CGPoint)
GetTokenForVerticalMovement(NSView, nfloat, nfloat, nfloat)
GetTokenForVerticalMovement(NSView, NFloat, NFloat, NFloat)
PerformFeedback(INSAlignmentFeedbackToken[], NSHapticFeedbackPerformanceTime)
Update(NSEvent)
Update(NSPanGestureRecognizer)
xamarinmac
namespace AppKit
{
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Register("NSAlignmentFeedbackFilter", true)]
public class NSAlignmentFeedbackFilter : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("alignmentFeedbackTokenForHorizontalMovementInView:previousX:alignedX:defaultX:")]
public virtual INSAlignmentFeedbackToken? GetTokenForHorizontalMovement(NSView? view, nfloat previousX, nfloat alignedX, nfloat defaultX);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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