Class GlyphItemIterHandle
public abstract class GlyphItemIterHandle : SafeHandle, IDisposable, IEquatable<GlyphItemIterHandle>
- Inheritance
-
GlyphItemIterHandle
- Implements
- Derived
- Inherited Members
Constructors
GlyphItemIterHandle(bool)
protected GlyphItemIterHandle(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(GlyphItemIterHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GlyphItemIterHandle? other)
Parameters
other
GlyphItemIterHandleAn 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
GetEndChar()
public int GetEndChar()
Returns
GetEndGlyph()
public int GetEndGlyph()
Returns
GetEndIndex()
public int GetEndIndex()
Returns
GetGlyphItem()
public nint GetGlyphItem()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
GetStartChar()
public int GetStartChar()
Returns
GetStartGlyph()
public int GetStartGlyph()
Returns
GetStartIndex()
public int GetStartIndex()
Returns
GetText()
public nint GetText()
Returns
OwnedCopy()
public GlyphItemIterOwnedHandle OwnedCopy()
Returns
SetEndChar(int)
public void SetEndChar(int value)
Parameters
value
int
SetEndGlyph(int)
public void SetEndGlyph(int value)
Parameters
value
int
SetEndIndex(int)
public void SetEndIndex(int value)
Parameters
value
int
SetGlyphItem(nint)
public void SetGlyphItem(nint value)
Parameters
value
nint
SetStartChar(int)
public void SetStartChar(int value)
Parameters
value
int
SetStartGlyph(int)
public void SetStartGlyph(int value)
Parameters
value
int
SetStartIndex(int)
public void SetStartIndex(int value)
Parameters
value
int
SetText(nint)
public void SetText(nint value)
Parameters
value
nint
UnownedCopy()
public GlyphItemIterUnownedHandle UnownedCopy()