C# Class LayoutFarm.TextBreak.SplitBound

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Свойство Type Description
length int
startIndex int

Méthodes publiques

Méthode Description
SplitBound ( int startIndex, int length )
ToString ( ) : string

Method Details

SplitBound() public méthode

public SplitBound ( int startIndex, int length )
startIndex int
length int

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

length public_oe property

public int length
Résultat int

startIndex public_oe property

public int startIndex
Résultat int