Class GlyphItemHandle
public abstract class GlyphItemHandle : SafeHandle, IDisposable, IEquatable<GlyphItemHandle>
- Inheritance
-
GlyphItemHandle
- Implements
- Derived
- Inherited Members
Constructors
GlyphItemHandle(bool)
protected GlyphItemHandle(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(GlyphItemHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GlyphItemHandle? other)
Parameters
other
GlyphItemHandleAn 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
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
value
int
SetGlyphs(nint)
public void SetGlyphs(nint value)
Parameters
value
nint
SetItem(nint)
public void SetItem(nint value)
Parameters
value
nint
SetStartXOffset(int)
public void SetStartXOffset(int value)
Parameters
value
int
SetYOffset(int)
public void SetYOffset(int value)
Parameters
value
int
UnownedCopy()
public GlyphItemUnownedHandle UnownedCopy()