Table of Contents

Class ScriptIter

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class ScriptIter : BoxedRecord, IEquatable<ScriptIter>
Inheritance
ScriptIter
Implements
Inherited Members

Constructors

ScriptIter(ScriptIterOwnedHandle)

public ScriptIter(ScriptIterOwnedHandle handle)

Parameters

handle ScriptIterOwnedHandle

Properties

Handle

public ScriptIterOwnedHandle Handle { get; }

Property Value

ScriptIterOwnedHandle

Methods

Equals(ScriptIter?)

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

public bool Equals(ScriptIter? other)

Parameters

other ScriptIter

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.

Free()

[Version("1.4")]
public void Free()

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.

New(string, int)

[Version("1.4")]
public static ScriptIter New(string text, int length)

Parameters

text string
length int

Returns

ScriptIter

Next()

[Version("1.4")]
public bool Next()

Returns

bool