Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Alsing
SourceCode
TextPoint
C# Class Alsing.SourceCode.TextPoint
Class representing a point in a text. where x is the column and y is the row.
ファイルを表示
Open project: vchelaru/FlatRedBall
Class Usage Examples
Public Methods
Method
Description
TextPoint
( ) :
System
TextPoint
(
int
X
,
int
Y
) :
System
Private Methods
Method
Description
OnChange
( ) :
void
Method Details
TextPoint()
public
method
public
TextPoint
( ) :
System
return
System
TextPoint()
public
method
public
TextPoint
(
int
X
,
int
Y
) :
System
X
int
Y
int
return
System