CoreAnimation.CADisplayLink.Create Method
Objective-C style registeration of the method to be invoked every time the display is about to be updated.

Syntax

[Foundation.Export("displayLinkWithTarget:selector:")]
public static CADisplayLink Create (Foundation.NSObject target, ObjCRuntime.Selector sel)

Parameters

target
Target object to invoke the selector on.
sel
Selector to invoke.

Returns

The DisplayLink object that will invoke the specified method on each screen update.

Remarks

With C# you can use the Create overload that takes a NSAction as it can be used with lambdas.

Once you create the display link, you must add the handler to the runloop.

Requirements

Namespace: CoreAnimation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0