Table of Contents

Class GlyphItemHandle

Namespace
Pango.Internal
Assembly
Pango-1.0.dll
public abstract class GlyphItemHandle : SafeHandle, IDisposable, IEquatable<GlyphItemHandle>
Inheritance
GlyphItemHandle
Implements
Derived
Inherited Members

Constructors

GlyphItemHandle(bool)

protected GlyphItemHandle(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(GlyphItemHandle?)

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

public bool Equals(GlyphItemHandle? other)

Parameters

other GlyphItemHandle

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.

GetEndXOffset()

public int GetEndXOffset()

Returns

int

GetGlyphs()

public IntPtr GetGlyphs()

Returns

IntPtr

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetItem()

public IntPtr GetItem()

Returns

IntPtr

GetStartXOffset()

public int GetStartXOffset()

Returns

int

GetYOffset()

public int GetYOffset()

Returns

int

OwnedCopy()

public GlyphItemOwnedHandle OwnedCopy()

Returns

GlyphItemOwnedHandle

SetEndXOffset(int)

public void SetEndXOffset(int value)

Parameters

value int

SetGlyphs(IntPtr)

public void SetGlyphs(IntPtr value)

Parameters

value IntPtr

SetItem(IntPtr)

public void SetItem(IntPtr value)

Parameters

value IntPtr

SetStartXOffset(int)

public void SetStartXOffset(int value)

Parameters

value int

SetYOffset(int)

public void SetYOffset(int value)

Parameters

value int

UnownedCopy()

public GlyphItemUnownedHandle UnownedCopy()

Returns

GlyphItemUnownedHandle