Show / Hide Table of Contents

Class FrameEventArgs

Defines the arguments for frame events. A FrameEventArgs instance is only valid for the duration of the relevant event; do not store references to FrameEventArgs outside this event.

Inheritance
System.Object
System.EventArgs
FrameEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenTK
Assembly: cs.temp.dll.dll
Syntax
public class FrameEventArgs : EventArgs

Constructors

FrameEventArgs()

Constructs a new FrameEventArgs instance.

Declaration
public FrameEventArgs()

FrameEventArgs(Double)

Constructs a new FrameEventArgs instance.

Declaration
public FrameEventArgs(double elapsed)
Parameters
Type Name Description
System.Double elapsed

The amount of time that has elapsed since the previous event, in seconds.

Properties

Time

Gets a System.Double that indicates how many seconds of time elapsed since the previous event.

Declaration
public double Time { get; }
Property Value
Type Description
System.Double
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX