C# 클래스 Qyoto.QLineF

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Angle ( ) : double
Angle ( QLineF l ) : double
AngleTo ( QLineF l ) : double
Dispose ( ) : void
Dx ( ) : double
Dy ( ) : double
Equals ( object o ) : bool
FromPolar ( double length, double angle ) : QLineF
GetHashCode ( ) : int
Intersect ( QLineF l, QPointF intersectionPoint ) : QLineF.IntersectType
IsNull ( ) : bool
Length ( ) : double
NormalVector ( ) : QLineF
P1 ( ) : QPointF
P2 ( ) : QPointF
PointAt ( double t ) : QPointF
QLineF ( QLine line ) : System
QLineF ( QPointF pt1, QPointF pt2 ) : System
QLineF ( double x1, double y1, double x2, double y2 ) : System
SetAngle ( double angle ) : void
SetLength ( double len ) : void
SetLine ( double x1, double y1, double x2, double y2 ) : void
SetP1 ( QPointF p1 ) : void
SetP2 ( QPointF p2 ) : void
SetPoints ( QPointF p1, QPointF p2 ) : void
ToLine ( ) : QLine
Translate ( QPointF p ) : void
Translate ( double dx, double dy ) : void
Translated ( QPointF p ) : QLineF
Translated ( double dx, double dy ) : QLineF
UnitVector ( ) : QLineF
X1 ( ) : double
X2 ( ) : double
Y1 ( ) : double
Y2 ( ) : double
operator ( ) : QLineF
operator ( ) : bool

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QLineF ( Type dummy ) : System

비공개 메소드들

메소드 설명
QLineF ( ) : System

메소드 상세

Angle() 공개 메소드

public Angle ( ) : double
리턴 double

Angle() 공개 메소드

public Angle ( QLineF l ) : double
l QLineF
리턴 double

AngleTo() 공개 메소드

public AngleTo ( QLineF l ) : double
l QLineF
리턴 double

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dx() 공개 메소드

public Dx ( ) : double
리턴 double

Dy() 공개 메소드

public Dy ( ) : double
리턴 double

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FromPolar() 공개 정적인 메소드

public static FromPolar ( double length, double angle ) : QLineF
length double
angle double
리턴 QLineF

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Intersect() 공개 메소드

public Intersect ( QLineF l, QPointF intersectionPoint ) : QLineF.IntersectType
l QLineF
intersectionPoint QPointF
리턴 QLineF.IntersectType

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

Length() 공개 메소드

public Length ( ) : double
리턴 double

NormalVector() 공개 메소드

public NormalVector ( ) : QLineF
리턴 QLineF

P1() 공개 메소드

public P1 ( ) : QPointF
리턴 QPointF

P2() 공개 메소드

public P2 ( ) : QPointF
리턴 QPointF

PointAt() 공개 메소드

public PointAt ( double t ) : QPointF
t double
리턴 QPointF

QLineF() 공개 메소드

public QLineF ( QLine line ) : System
line QLine
리턴 System

QLineF() 공개 메소드

public QLineF ( QPointF pt1, QPointF pt2 ) : System
pt1 QPointF
pt2 QPointF
리턴 System

QLineF() 보호된 메소드

protected QLineF ( Type dummy ) : System
dummy System.Type
리턴 System

QLineF() 공개 메소드

public QLineF ( double x1, double y1, double x2, double y2 ) : System
x1 double
y1 double
x2 double
y2 double
리턴 System

SetAngle() 공개 메소드

public SetAngle ( double angle ) : void
angle double
리턴 void

SetLength() 공개 메소드

public SetLength ( double len ) : void
len double
리턴 void

SetLine() 공개 메소드

public SetLine ( double x1, double y1, double x2, double y2 ) : void
x1 double
y1 double
x2 double
y2 double
리턴 void

SetP1() 공개 메소드

public SetP1 ( QPointF p1 ) : void
p1 QPointF
리턴 void

SetP2() 공개 메소드

public SetP2 ( QPointF p2 ) : void
p2 QPointF
리턴 void

SetPoints() 공개 메소드

public SetPoints ( QPointF p1, QPointF p2 ) : void
p1 QPointF
p2 QPointF
리턴 void

ToLine() 공개 메소드

public ToLine ( ) : QLine
리턴 QLine

Translate() 공개 메소드

public Translate ( QPointF p ) : void
p QPointF
리턴 void

Translate() 공개 메소드

public Translate ( double dx, double dy ) : void
dx double
dy double
리턴 void

Translated() 공개 메소드

public Translated ( QPointF p ) : QLineF
p QPointF
리턴 QLineF

Translated() 공개 메소드

public Translated ( double dx, double dy ) : QLineF
dx double
dy double
리턴 QLineF

UnitVector() 공개 메소드

public UnitVector ( ) : QLineF
리턴 QLineF

X1() 공개 메소드

public X1 ( ) : double
리턴 double

X2() 공개 메소드

public X2 ( ) : double
리턴 double

Y1() 공개 메소드

public Y1 ( ) : double
리턴 double

Y2() 공개 메소드

public Y2 ( ) : double
리턴 double

operator() 공개 정적인 메소드

public static operator ( ) : QLineF
리턴 QLineF

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation