CharacterRange
Namespace: System.Drawing
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies a range of character positions within a string.
- C#
- VB.NET
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 |
|---|---|
| CharacterRange.Equals |