Table of Contents

Class Item

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class Item : BoxedRecord, IEquatable<Item>
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

ItemOwnedHandle

Length

public int Length { get; set; }

Property Value

int

NumChars

public int NumChars { get; set; }

Property Value

int

Offset

public int Offset { get; set; }

Property Value

int

Methods

ApplyAttrs(AttrIterator)

[Version("1.44")]
public void ApplyAttrs(AttrIterator iter)

Parameters

iter AttrIterator

Copy()

public Item? Copy()

Returns

Item

Equals(Item?)

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

public bool Equals(Item? other)

Parameters

other Item

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()

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()

public static Item New()

Returns

Item

Split(int, int)

public Item Split(int splitIndex, int splitOffset)

Parameters

splitIndex int
splitOffset int

Returns

Item