Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Graphics2D
Point2D
C# 클래스 Graphics2D.Point2D
파일 보기
프로젝트 열기: spustlik/plotr
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
X
double
Y
double
공개 메소드들
메소드
설명
Add
(
Point2D
p2
) :
Point2D
Point2D
(
double
x
,
double
y
) :
System
Rotate
(
double
angleRad
) :
Point2D
Sub
(
Point2D
p2
) :
Size2D
메소드 상세
Add()
공개
메소드
public
Add
(
Point2D
p2
) :
Point2D
p2
Point2D
리턴
Point2D
Point2D()
공개
메소드
public
Point2D
(
double
x
,
double
y
) :
System
x
double
y
double
리턴
System
Rotate()
공개
메소드
public
Rotate
(
double
angleRad
) :
Point2D
angleRad
double
리턴
Point2D
Sub()
공개
메소드
public
Sub
(
Point2D
p2
) :
Size2D
p2
Point2D
리턴
Size2D
프로퍼티 상세
X
공개적으로 프로퍼티
public
double
X
리턴
double
Y
공개적으로 프로퍼티
public
double
Y
리턴
double