The methods of CoreAnimation.CADisplayLink are listed below. For a list of all members, see the CADisplayLink Members list.
See Also: Inherited members from Foundation.NSObject
AddToRunLoop(Foundation.NSRunLoop, Foundation.NSRunLoopMode)Trigger timer events on the specified runloop for the specified modes. | ||
AddToRunLoop(Foundation.NSRunLoop, Foundation.NSString)Trigger timer events on the specified runloop for the specified modes (weakly typed parameters). | ||
static | Create(Action)Registers the delegate to be invoked every time the display is about to be updated. | |
static | Create(Foundation.NSObject, ObjCRuntime.Selector)Objective-C style registeration of the method to be invoked every time the display is about to be updated. | |
Invalidate()Terminates the connection between CoreAnimation and your code. This removes the CADisplayLink from all run loops. | ||
RemoveFromRunLoop(Foundation.NSRunLoop, Foundation.NSString)Documentation for this section has not yet been entered. | ||