Table of Contents

Class draw_state_tHandle

Namespace
HarfBuzz.Internal
Assembly
HarfBuzz-0.0.dll
public abstract class draw_state_tHandle : SafeHandle, IDisposable, IEquatable<draw_state_tHandle>
Inheritance
draw_state_tHandle
Implements
Derived
Inherited Members

Constructors

draw_state_tHandle(bool)

protected draw_state_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

bool

true if the handle value is invalid; otherwise, false.

Methods

Equals(draw_state_tHandle?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(draw_state_tHandle? other)

Parameters

other draw_state_tHandle

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.

GetCurrentX()

public float GetCurrentX()

Returns

float

GetCurrentY()

public float GetCurrentY()

Returns

float

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetPathOpen()

public int GetPathOpen()

Returns

int

GetPathStartX()

public float GetPathStartX()

Returns

float

GetPathStartY()

public float GetPathStartY()

Returns

float

OwnedCopy()

public draw_state_tOwnedHandle OwnedCopy()

Returns

draw_state_tOwnedHandle

SetCurrentX(float)

public void SetCurrentX(float value)

Parameters

value float

SetCurrentY(float)

public void SetCurrentY(float value)

Parameters

value float

SetPathOpen(int)

public void SetPathOpen(int value)

Parameters

value int

SetPathStartX(float)

public void SetPathStartX(float value)

Parameters

value float

SetPathStartY(float)

public void SetPathStartY(float value)

Parameters

value float

UnownedCopy()

public draw_state_tUnownedHandle UnownedCopy()

Returns

draw_state_tUnownedHandle