Class Item
- Namespace
- Pango
- Assembly
- Pango-1.0.dll
public sealed class Item : BoxedRecord, GTypeProvider, InstanceFactory, IEquatable<Item>, IDisposable
- Inheritance
-
Item
- Implements
- Inherited Members
Constructors
Item()
public Item()
Item(ItemOwnedHandle)
public Item(ItemOwnedHandle handle)
Parameters
handle
ItemOwnedHandle
Properties
Handle
public ItemOwnedHandle Handle { get; }
Property Value
Length
public int Length { get; set; }
Property Value
NumChars
public int NumChars { get; set; }
Property Value
Offset
public int Offset { get; set; }
Property Value
Methods
ApplyAttrs(AttrIterator)
[Version("1.44")]
public void ApplyAttrs(AttrIterator iter)
Parameters
iter
AttrIterator
Copy()
public Item? Copy()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Equals(Item?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(Item? other)
Parameters
other
ItemAn 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()
GetCharOffset()
[Version("1.54")]
public int GetCharOffset()
Returns
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()
public static Item New()
Returns
Split(int, int)
public Item Split(int splitIndex, int splitOffset)