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
StdPaint
COORD
COORD
StdPaint.COORD.COORD C# (CSharp) Method
COORD Class Documentation
ファイルを表示
Open project: TheBerkin/StdPaint
COORD()
public
method
public
COORD
(
short
x
,
short
y
) :
System
x
short
y
short
return
System
public COORD(short x, short y) { this.X = x; this.Y = y; }
COORD
COORD