Class glyph_info_tHandle
public abstract class glyph_info_tHandle : SafeHandle, IDisposable, IEquatable<glyph_info_tHandle>
- Inheritance
-
glyph_info_tHandle
- Implements
- Derived
- Inherited Members
Constructors
glyph_info_tHandle(bool)
protected glyph_info_tHandle(bool ownsHandle)
Parameters
ownsHandlebool
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
Methods
Equals(glyph_info_tHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(glyph_info_tHandle? other)
Parameters
otherglyph_info_tHandleAn object to compare with this object.
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
GetCluster()
public uint GetCluster()
Returns
GetCodepoint()
public uint GetCodepoint()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
OwnedCopy()
public glyph_info_tOwnedHandle OwnedCopy()
Returns
SetCluster(uint)
public void SetCluster(uint value)
Parameters
valueuint
SetCodepoint(uint)
public void SetCodepoint(uint value)
Parameters
valueuint
UnownedCopy()
public glyph_info_tUnownedHandle UnownedCopy()