다음을 통해 공유


NSPressGestureRecognizer 생성자

정의

오버로드

NSPressGestureRecognizer()
NSPressGestureRecognizer(NSCoder)
NSPressGestureRecognizer(NSObjectFlag)
NSPressGestureRecognizer(Action)
NSPressGestureRecognizer(Action<NSPressGestureRecognizer>)
NSPressGestureRecognizer(IntPtr)
NSPressGestureRecognizer(NSObject, Selector)

NSPressGestureRecognizer()

[Foundation.Export("init")]
public NSPressGestureRecognizer ();
특성

적용 대상

NSPressGestureRecognizer(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSPressGestureRecognizer (Foundation.NSCoder coder);
new AppKit.NSPressGestureRecognizer : Foundation.NSCoder -> AppKit.NSPressGestureRecognizer

매개 변수

coder
NSCoder
특성

적용 대상

NSPressGestureRecognizer(NSObjectFlag)

protected NSPressGestureRecognizer (Foundation.NSObjectFlag t);
new AppKit.NSPressGestureRecognizer : Foundation.NSObjectFlag -> AppKit.NSPressGestureRecognizer

매개 변수

적용 대상

NSPressGestureRecognizer(Action)

public NSPressGestureRecognizer (Action action);
new AppKit.NSPressGestureRecognizer : Action -> AppKit.NSPressGestureRecognizer

매개 변수

action
Action

적용 대상

NSPressGestureRecognizer(Action<NSPressGestureRecognizer>)

public NSPressGestureRecognizer (Action<AppKit.NSPressGestureRecognizer> action);
new AppKit.NSPressGestureRecognizer : Action<AppKit.NSPressGestureRecognizer> -> AppKit.NSPressGestureRecognizer

매개 변수

적용 대상

NSPressGestureRecognizer(IntPtr)

protected internal NSPressGestureRecognizer (IntPtr handle);
new AppKit.NSPressGestureRecognizer : nativeint -> AppKit.NSPressGestureRecognizer

매개 변수

handle
IntPtr

nativeint

적용 대상

NSPressGestureRecognizer(NSObject, Selector)

[Foundation.Export("initWithTarget:action:")]
public NSPressGestureRecognizer (Foundation.NSObject target, ObjCRuntime.Selector action);
new AppKit.NSPressGestureRecognizer : Foundation.NSObject * ObjCRuntime.Selector -> AppKit.NSPressGestureRecognizer

매개 변수

target
NSObject
action
Selector
특성

적용 대상