Class LayoutIter
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class LayoutIter : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<LayoutIter>, IDisposable
- Inheritance
-
LayoutIter
- Implements
- Inherited Members
Constructors
LayoutIter(LayoutIterOwnedHandle)
public LayoutIter(LayoutIterOwnedHandle handle)
Parameters
handle
LayoutIterOwnedHandle
Properties
Handle
public LayoutIterOwnedHandle Handle { get; }
Property Value
Methods
AtLastLine()
public bool AtLastLine()
Returns
Copy()
[Version("1.20")]
public LayoutIter? Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(LayoutIter?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(LayoutIter? other)
Parameters
other
LayoutIterAn 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()
public void Free()
GetBaseline()
public int GetBaseline()
Returns
GetCharExtents(out Rectangle)
public void GetCharExtents(out Rectangle logicalRect)
Parameters
logicalRect
Rectangle
GetClusterExtents(out Rectangle, out Rectangle)
public void GetClusterExtents(out Rectangle inkRect, out Rectangle logicalRect)
Parameters
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.
GetIndex()
public int GetIndex()
Returns
GetLayout()
[Version("1.20")]
public Layout? GetLayout()
Returns
GetLayoutExtents(out Rectangle, out Rectangle)
public void GetLayoutExtents(out Rectangle inkRect, out Rectangle logicalRect)
Parameters
GetLine()
public LayoutLine? GetLine()
Returns
GetLineExtents(out Rectangle, out Rectangle)
public void GetLineExtents(out Rectangle inkRect, out Rectangle logicalRect)
Parameters
GetLineReadonly()
[Version("1.16")]
public LayoutLine? GetLineReadonly()
Returns
GetLineYrange(out int, out int)
public void GetLineYrange(out int y0, out int y1)
Parameters
GetRunBaseline()
[Version("1.50")]
public int GetRunBaseline()
Returns
GetRunExtents(out Rectangle, out Rectangle)
public void GetRunExtents(out Rectangle inkRect, out Rectangle logicalRect)
Parameters
NextChar()
public bool NextChar()
Returns
NextCluster()
public bool NextCluster()
Returns
NextLine()
public bool NextLine()
Returns
NextRun()
public bool NextRun()