CharacterRange

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()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net