Share via


NSScreen.GetDisplayLink(NSObject, Selector) Method

Definition

[Foundation.Export("displayLinkWithTarget:selector:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreAnimation.CADisplayLink GetDisplayLink(Foundation.NSObject target, ObjCRuntime.Selector selector);
[<Foundation.Export("displayLinkWithTarget:selector:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDisplayLink : Foundation.NSObject * ObjCRuntime.Selector -> CoreAnimation.CADisplayLink
override this.GetDisplayLink : Foundation.NSObject * ObjCRuntime.Selector -> CoreAnimation.CADisplayLink

Parameters

target
NSObject
selector
Selector

Returns

Attributes

Applies to