Class CoreAnimation.CADisplayLink
- Namespace
- Xui.Runtime.IOS
- Assembly
- Xui.Runtime.IOS.dll
public class CoreAnimation.CADisplayLink : ObjC.NSObject, IDisposable
- Inheritance
-
CoreAnimation.CADisplayLink
- Implements
-
- Inherited Members
-
Constructors
CADisplayLink(nint)
public CADisplayLink(nint id)
Parameters
id nint
Fields
public static readonly ObjC.Sel AddToRunLoopForModeSel
Field Value
- ObjC.Sel
Class
public static readonly ObjC.Class Class
Field Value
- ObjC.Class
DisplayLinkWithTargetSelector
public static readonly ObjC.Sel DisplayLinkWithTargetSelector
Field Value
- ObjC.Sel
public static readonly ObjC.Sel RemoveFromRunLoopForModeSel
Field Value
- ObjC.Sel
TargetTimestampSel
public static readonly ObjC.Sel TargetTimestampSel
Field Value
- ObjC.Sel
TimestampSel
public static readonly ObjC.Sel TimestampSel
Field Value
- ObjC.Sel
Properties
TargetTimestamp
public TimeSpan TargetTimestamp { get; }
Property Value
- TimeSpan
Timestamp
public TimeSpan Timestamp { get; }
Property Value
- TimeSpan
Methods
public void AddToRunLoopForMode(Foundation.NSRunLoop runloop, Foundation.NSRunLoop.Mode mode)
Parameters
runloop Foundation.NSRunLoop
mode Foundation.NSRunLoop.Mode
DisplayLink(nint, nint)
public static CoreAnimation.CADisplayLink DisplayLink(nint target, nint selector)
Parameters
target nint
selector nint
Returns
- CoreAnimation.CADisplayLink
public void RemoveToRunLoopForMode(Foundation.NSRunLoop runloop, Foundation.NSRunLoop.Mode mode)
Parameters
runloop Foundation.NSRunLoop
mode Foundation.NSRunLoop.Mode