Skip to main content

CharacterRange

Namespace: System.Drawing

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies a range of character positions within a string.

public struct CharacterRange : ValueType, IEquatable<CharacterRange>

Properties​

Instance member First​

Int32: Gets or sets the position in the string of the first character of this CharacterRange.

Instance member Length​

Int32: Gets or sets the number of positions in this CharacterRange.

Used By​

NameDescription
CharacterRange.Equals