Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Fusion
Input
Touch
Win32TouchFunctions.POINT
C# 클래스 Fusion.Input.Touch.Win32TouchFunctions.POINT
파일 보기
프로젝트 열기: demiurghg/FusionEngine
공개 프로퍼티들
프로퍼티
타입
설명
X
int
Y
int
공개 메소드들
메소드
설명
AssignTo
(
Point
&
destination
) :
void
CopyFrom
(
POINT
source
) :
void
CopyFrom
(
Point
source
) :
void
POINT
(
Point
pt
) :
System
POINT
(
int
x
,
int
y
) :
System
ToPoint
( ) :
Point
메소드 상세
AssignTo()
공개
메소드
public
AssignTo
(
Point
&
destination
) :
void
destination
Point
리턴
void
CopyFrom()
공개
메소드
public
CopyFrom
(
POINT
source
) :
void
source
POINT
리턴
void
CopyFrom()
공개
메소드
public
CopyFrom
(
Point
source
) :
void
source
Point
리턴
void
POINT()
공개
메소드
public
POINT
(
Point
pt
) :
System
pt
Point
리턴
System
POINT()
공개
메소드
public
POINT
(
int
x
,
int
y
) :
System
x
int
y
int
리턴
System
ToPoint()
공개
메소드
public
ToPoint
( ) :
Point
리턴
Point
프로퍼티 상세
X
공개적으로 프로퍼티
public
int
X
리턴
int
Y
공개적으로 프로퍼티
public
int
Y
리턴
int