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
Methods
Equals(ScriptIter?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ScriptIter? other)
Parameters
other
ScriptIterAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
[Version("1.4")]
public void Free()
GetGType()
public static Type GetGType()
Returns
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
Returns
Next()
[Version("1.4")]
public bool Next()