Table of Contents

Class draw_state_t

Namespace
HarfBuzz
Assembly
HarfBuzz-0.0.dll
public sealed class draw_state_t : BoxedRecord, IEquatable<draw_state_t>
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

float

CurrentY

public float CurrentY { get; set; }

Property Value

float

Handle

public draw_state_tOwnedHandle Handle { get; }

Property Value

draw_state_tOwnedHandle

PathStartX

public float PathStartX { get; set; }

Property Value

float

PathStartY

public float PathStartY { get; set; }

Property Value

float

Methods

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_t

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.