Table of Contents

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

handle variation_tOwnedHandle

Properties

Handle

public variation_tOwnedHandle Handle { get; }

Property Value

variation_tOwnedHandle

Value

public float Value { get; set; }

Property Value

float

Methods

Equals(variation_t?)

public bool Equals(variation_t? other)

Parameters

other variation_t

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.