Class GlyphItemHandle
public abstract class GlyphItemHandle : SafeHandle, IDisposable, IEquatable<GlyphItemHandle>
- Inheritance
-
GlyphItemHandle
- Implements
- Derived
- Inherited Members
Constructors
GlyphItemHandle(bool)
protected GlyphItemHandle(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(GlyphItemHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GlyphItemHandle? other)
Parameters
otherGlyphItemHandleAn 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
GetEndXOffset()
public int GetEndXOffset()
Returns
GetGlyphs()
public nint GetGlyphs()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetItem()
public nint GetItem()
Returns
GetStartXOffset()
public int GetStartXOffset()
Returns
GetYOffset()
public int GetYOffset()
Returns
OwnedCopy()
public GlyphItemOwnedHandle OwnedCopy()
Returns
SetEndXOffset(int)
public void SetEndXOffset(int value)
Parameters
valueint
SetGlyphs(nint)
public void SetGlyphs(nint value)
Parameters
valuenint
SetItem(nint)
public void SetItem(nint value)
Parameters
valuenint
SetStartXOffset(int)
public void SetStartXOffset(int value)
Parameters
valueint
SetYOffset(int)
public void SetYOffset(int value)
Parameters
valueint
UnownedCopy()
public GlyphItemUnownedHandle UnownedCopy()