C# Class LayoutFarm.TextBreak.SplitBound

ファイルを表示 Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
length int
startIndex int

Public Methods

Method Description
SplitBound ( int startIndex, int length )
ToString ( ) : string

Method Details

SplitBound() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

length public_oe property

public int length
return int

startIndex public_oe property

public int startIndex
return int