CADisplayLink.Invalidate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Terminates the connection between CoreAnimation and your code. This removes the CADisplayLink from all run loops.
[Foundation.Export("invalidate")]
public virtual void Invalidate ();
abstract member Invalidate : unit -> unit
override this.Invalidate : unit -> unit
- Attributes