Table of Contents

Class FrameTimings

Namespace
Gdk
Assembly
Gdk-4.0.dll
public sealed class FrameTimings : BoxedRecord, IEquatable<FrameTimings>
Inheritance
FrameTimings
Implements
Inherited Members

Constructors

FrameTimings(FrameTimingsOwnedHandle)

public FrameTimings(FrameTimingsOwnedHandle handle)

Parameters

handle FrameTimingsOwnedHandle

Properties

Handle

public FrameTimingsOwnedHandle Handle { get; }

Property Value

FrameTimingsOwnedHandle

Methods

Equals(FrameTimings?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(FrameTimings? other)

Parameters

other FrameTimings

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetComplete()

public bool GetComplete()

Returns

bool

GetFrameCounter()

public long GetFrameCounter()

Returns

long

GetFrameTime()

public long GetFrameTime()

Returns

long

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetPredictedPresentationTime()

public long GetPredictedPresentationTime()

Returns

long

GetPresentationTime()

public long GetPresentationTime()

Returns

long

GetRefreshInterval()

public long GetRefreshInterval()

Returns

long

Ref()

public FrameTimings Ref()

Returns

FrameTimings

Unref()

public void Unref()