CharacterRange
System.Drawing.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>Public Structure CharacterRange
Implements ValueType, IEquatable(Of CharacterRange)Properties
First
Int32: Gets or sets the position in the string of the first character of this CharacterRange.
Length
Int32: Gets or sets the number of positions in this CharacterRange.
Used By
Name
Description
Last updated
Was this helpful?