Table of Contents

Class segment_properties_tHandle

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public abstract class segment_properties_tHandle : SafeHandle, IDisposable, IEquatable<segment_properties_tHandle>
Inheritance
segment_properties_tHandle
Implements
Derived
Inherited Members

Constructors

segment_properties_tHandle(bool)

protected segment_properties_tHandle(bool ownsHandle)

Parameters

ownsHandle bool

Properties

IsInvalid

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

public override sealed bool IsInvalid { get; }

Property Value

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(segment_properties_tHandle?)

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

public bool Equals(segment_properties_tHandle? other)

Parameters

other segment_properties_tHandle

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.

GetDirection()

public direction_t GetDirection()

Returns

direction_t

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetLanguage()

public language_tData GetLanguage()

Returns

language_tData

GetScript()

public script_t GetScript()

Returns

script_t

OwnedCopy()

public segment_properties_tOwnedHandle OwnedCopy()

Returns

segment_properties_tOwnedHandle

SetDirection(direction_t)

public void SetDirection(direction_t value)

Parameters

value direction_t

SetLanguage(language_tData)

public void SetLanguage(language_tData value)

Parameters

value language_tData

SetScript(script_t)

public void SetScript(script_t value)

Parameters

value script_t

UnownedCopy()

public segment_properties_tUnownedHandle UnownedCopy()

Returns

segment_properties_tUnownedHandle