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
handleTimeCoordOwnedHandle
Properties
Flags
public AxisFlags Flags { get; set; }
Property Value
Handle
public TimeCoordOwnedHandle Handle { get; }
Property Value
Time
public uint Time { get; set; }
Property Value
Methods
Equals(TimeCoord?)
public bool Equals(TimeCoord? other)
Parameters
otherTimeCoord
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.