Table of Contents

Class TimeCoord

Namespace
Gdk
Assembly
Gdk-4.0.dll
public sealed class TimeCoord
Inheritance
TimeCoord
Inherited Members

Constructors

TimeCoord()

public TimeCoord()

TimeCoord(TimeCoordOwnedHandle)

public TimeCoord(TimeCoordOwnedHandle handle)

Parameters

handle TimeCoordOwnedHandle

Properties

Flags

public AxisFlags Flags { get; set; }

Property Value

AxisFlags

Handle

public TimeCoordOwnedHandle Handle { get; }

Property Value

TimeCoordOwnedHandle

Time

public uint Time { get; set; }

Property Value

uint

Methods

Equals(TimeCoord?)

public bool Equals(TimeCoord? other)

Parameters

other TimeCoord

Returns

bool

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.