Class GlyphHandle
public abstract class GlyphHandle : SafeHandle, IDisposable, IEquatable<GlyphHandle>
- Inheritance
-
GlyphHandle
- Implements
- Derived
- Inherited Members
Constructors
GlyphHandle(bool)
protected GlyphHandle(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
Methods
Equals(GlyphHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GlyphHandle? other)
Parameters
other
GlyphHandleAn 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
obj
objectThe 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.
GetIndex()
public CULong GetIndex()
Returns
GetX()
public double GetX()
Returns
GetY()
public double GetY()
Returns
OwnedCopy()
public GlyphOwnedHandle OwnedCopy()
Returns
SetIndex(CULong)
public void SetIndex(CULong value)
Parameters
value
CULong
SetX(double)
public void SetX(double value)
Parameters
value
double
SetY(double)
public void SetY(double value)
Parameters
value
double
UnownedCopy()
public GlyphUnownedHandle UnownedCopy()