Table of Contents

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

public CADisplayLink(nint id)

Parameters

id nint

Fields

public static readonly ObjC.Sel AddToRunLoopForModeSel

Field Value

ObjC.Sel
public static readonly ObjC.Class Class

Field Value

ObjC.Class
public static readonly ObjC.Sel DisplayLinkWithTargetSelector

Field Value

ObjC.Sel
public static readonly ObjC.Sel RemoveFromRunLoopForModeSel

Field Value

ObjC.Sel
public static readonly ObjC.Sel TargetTimestampSel

Field Value

ObjC.Sel
public static readonly ObjC.Sel TimestampSel

Field Value

ObjC.Sel

Properties

public TimeSpan TargetTimestamp { get; }

Property Value

TimeSpan
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
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