Class draw_state_t
- Namespace
- HarfBuzz
- Assembly
- HarfBuzz-0.0.dll
public sealed class draw_state_t : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<draw_state_t>, IDisposable
- Inheritance
-
draw_state_t
- Implements
- Inherited Members
Constructors
draw_state_t()
public draw_state_t()
draw_state_t(draw_state_tOwnedHandle)
public draw_state_t(draw_state_tOwnedHandle handle)
Parameters
handle
draw_state_tOwnedHandle
Properties
CurrentX
public float CurrentX { get; set; }
Property Value
CurrentY
public float CurrentY { get; set; }
Property Value
Handle
public draw_state_tOwnedHandle Handle { get; }
Property Value
PathStartX
public float PathStartX { get; set; }
Property Value
PathStartY
public float PathStartY { get; set; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(draw_state_t?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(draw_state_t? other)
Parameters
other
draw_state_tAn 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
GetGType()
public static Type GetGType()
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.