Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LayoutFarm
TextBreak
SplitBound
C# Class LayoutFarm.TextBreak.SplitBound
Show file
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 property
public
int
length
return
int
startIndex
public property
public
int
startIndex
return
int