Table of Contents

Class GlyphItemIterHandle

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

Constructors

GlyphItemIterHandle(bool)

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

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

public bool Equals(GlyphItemIterHandle? other)

Parameters

other GlyphItemIterHandle

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.

GetEndChar()

public int GetEndChar()

Returns

int

GetEndGlyph()

public int GetEndGlyph()

Returns

int

GetEndIndex()

public int GetEndIndex()

Returns

int

GetGlyphItem()

public IntPtr GetGlyphItem()

Returns

IntPtr

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetStartChar()

public int GetStartChar()

Returns

int

GetStartGlyph()

public int GetStartGlyph()

Returns

int

GetStartIndex()

public int GetStartIndex()

Returns

int

GetText()

public IntPtr GetText()

Returns

IntPtr

OwnedCopy()

public GlyphItemIterOwnedHandle OwnedCopy()

Returns

GlyphItemIterOwnedHandle

SetEndChar(int)

public void SetEndChar(int value)

Parameters

value int

SetEndGlyph(int)

public void SetEndGlyph(int value)

Parameters

value int

SetEndIndex(int)

public void SetEndIndex(int value)

Parameters

value int

SetGlyphItem(IntPtr)

public void SetGlyphItem(IntPtr value)

Parameters

value IntPtr

SetStartChar(int)

public void SetStartChar(int value)

Parameters

value int

SetStartGlyph(int)

public void SetStartGlyph(int value)

Parameters

value int

SetStartIndex(int)

public void SetStartIndex(int value)

Parameters

value int

SetText(IntPtr)

public void SetText(IntPtr value)

Parameters

value IntPtr

UnownedCopy()

public GlyphItemIterUnownedHandle UnownedCopy()

Returns

GlyphItemIterUnownedHandle