Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
FastColoredTextBoxNS
Place
C# Class FastColoredTextBoxNS.Place
Line index and char index
Mostrar archivo
Open project: brightideainc/TSTool
Class Usage Examples
Public Properties
Property
Type
Description
iChar
int
iLine
int
Public Methods
Method
Description
Offset
(
int
dx
,
int
dy
) :
void
Place
(
int
iChar
,
int
iLine
)
ToString
( ) :
string
operator
( ) :
bool
Method Details
Offset()
public
method
public
Offset
(
int
dx
,
int
dy
) :
void
dx
int
dy
int
return
void
Place()
public
method
public
Place
(
int
iChar
,
int
iLine
)
iChar
int
iLine
int
ToString()
public
method
public
ToString
( ) :
string
return
string
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
iChar
public_oe property
public
int
iChar
return
int
iLine
public_oe property
public
int
iLine
return
int