pango-sharp2.10.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Stores information about a segment of text.GLib.OpaqueFieldPango.ItemReturns an empty System.Obsolete("Pango.Item is a reference type now, use null")ConstructorCreates a new ItemMethodPango.ItemObsolete: replaced by ordinary constructora new ConstructorInternal method.
an object of type This is an internal method, and should not be used by user code.MethodPango.ItemObsolete internal constructor
an object of type an object of type This is an internal method, and should not be used by user code.MethodPango.ItemCopy an existing structure.a new MethodPango.ItemModifies orig to cover only the text after , and returns a new item that covers the text before that used to be in orig.
byte index of position to split item, relative to the start of the item
number of chars between start of orig and new item representing text before You can think of as the length of the returned item. may not be 0, and it may not be greater than or equal to the length of orig (that is, there must be at least one byte assigned to each item, you cannot create a zero-length item). is the length of the first item in chars, and must be provided because the text used to generate the item is not available, so cannot count the char length of the split items itself.PropertySystem.Int32the offset of the segment from the beginning of the string in bytes.the offset of the segment from the beginning of the string in bytes.PropertySystem.Int32the length of the segment in bytes.the length of the segment in bytes.PropertySystem.Int32the length of the segment in characters.the length of the segment in characters.PropertyPango.Analysisthe properties of the segment.the properties of the segment.PropertyGLib.GTypeNative GLib type value.a .