.NET Windows Forms in a Nutshell

CharacterRange

System.Drawing (system.drawing.dll) struct

This value type is used to define a range of characters within a string, by specifying the starting character and the length of the substring.

public struct CharacterRange { // Public Constructors public CharacterRange (int First , int Length ); // Public Instance Properties public int First {set; get; } public int Length {set; get; } }

Hierarchy

System.Object System.ValueType CharacterRange

Passed To

StringFormat.SetMeasurableCharacterRanges()

Категории