C# 클래스 OurSonic.Utility.DoublePoint

파일 보기 프로젝트 열기: OurSonic/OurSonicSharp 1 사용 예제들

공개 메소드들

메소드 설명
DoublePoint ( DoublePoint pos ) : System
DoublePoint ( double x, double y ) : System
Negate ( DoublePoint windowLocation ) : DoublePoint
Negate ( int x, int y ) : DoublePoint
Offset ( DoublePoint windowLocation ) : DoublePoint
String ( ) : string

메소드 상세

DoublePoint() 공개 메소드

public DoublePoint ( DoublePoint pos ) : System
pos DoublePoint
리턴 System

DoublePoint() 공개 메소드

public DoublePoint ( double x, double y ) : System
x double
y double
리턴 System

Negate() 공개 메소드

public Negate ( DoublePoint windowLocation ) : DoublePoint
windowLocation DoublePoint
리턴 DoublePoint

Negate() 공개 메소드

public Negate ( int x, int y ) : DoublePoint
x int
y int
리턴 DoublePoint

Offset() 공개 메소드

public Offset ( DoublePoint windowLocation ) : DoublePoint
windowLocation DoublePoint
리턴 DoublePoint

String() 공개 메소드

public String ( ) : string
리턴 string