Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
OurSonic
Utility
Point
C# 클래스 OurSonic.Utility.Point
파일 보기
프로젝트 열기: OurSonic/OurSonicSharp
1 사용 예제들
공개 메소드들
메소드
설명
Negate
(
Point
windowLocation
) :
Point
Negate
(
int
x
,
int
y
) :
Point
Offset
(
Point
windowLocation
) :
Point
Point
(
Point
pos
) :
System
Point
(
int
x
,
int
y
) :
System
Set
(
int
x
,
int
y
) :
void
메소드 상세
Negate()
공개
메소드
public
Negate
(
Point
windowLocation
) :
Point
windowLocation
Point
리턴
Point
Negate()
공개
메소드
public
Negate
(
int
x
,
int
y
) :
Point
x
int
y
int
리턴
Point
Offset()
공개
메소드
public
Offset
(
Point
windowLocation
) :
Point
windowLocation
Point
리턴
Point
Point()
공개
메소드
public
Point
(
Point
pos
) :
System
pos
Point
리턴
System
Point()
공개
메소드
public
Point
(
int
x
,
int
y
) :
System
x
int
y
int
리턴
System
Set()
공개
메소드
public
Set
(
int
x
,
int
y
) :
void
x
int
y
int
리턴
void