Class variation_t
- Namespace
- HarfBuzz
- Assembly
- HarfBuzz-0.0.dll
public sealed class variation_t
- Inheritance
-
variation_t
- Inherited Members
Constructors
variation_t()
public variation_t()
variation_t(variation_tOwnedHandle)
public variation_t(variation_tOwnedHandle handle)
Parameters
handlevariation_tOwnedHandle
Properties
Handle
public variation_tOwnedHandle Handle { get; }
Property Value
Value
public float Value { get; set; }
Property Value
Methods
Equals(variation_t?)
public bool Equals(variation_t? other)
Parameters
othervariation_t
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.