Class glyph_position_tHandle
public abstract class glyph_position_tHandle : SafeHandle, IDisposable, IEquatable<glyph_position_tHandle>
- Inheritance
-
glyph_position_tHandle
- Implements
- Derived
- Inherited Members
Constructors
glyph_position_tHandle(bool)
protected glyph_position_tHandle(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(glyph_position_tHandle?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(glyph_position_tHandle? other)
Parameters
other
glyph_position_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
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.
GetXAdvance()
public int GetXAdvance()
Returns
GetXOffset()
public int GetXOffset()
Returns
GetYAdvance()
public int GetYAdvance()
Returns
GetYOffset()
public int GetYOffset()
Returns
OwnedCopy()
public glyph_position_tOwnedHandle OwnedCopy()
Returns
SetXAdvance(int)
public void SetXAdvance(int value)
Parameters
value
int
SetXOffset(int)
public void SetXOffset(int value)
Parameters
value
int
SetYAdvance(int)
public void SetYAdvance(int value)
Parameters
value
int
SetYOffset(int)
public void SetYOffset(int value)
Parameters
value
int
UnownedCopy()
public glyph_position_tUnownedHandle UnownedCopy()