C# 클래스 Qyoto.QTransform

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Adjoint ( ) : QTransform
Det ( ) : double
Determinant ( ) : double
Dispose ( ) : void
Dx ( ) : double
Dy ( ) : double
Equals ( object o ) : bool
FromScale ( double dx, double dy ) : QTransform
FromTranslate ( double dx, double dy ) : QTransform
GetHashCode ( ) : int
Inverted ( ) : QTransform
Inverted ( bool &invertible ) : QTransform
IsAffine ( ) : bool
IsIdentity ( ) : bool
IsInvertible ( ) : bool
IsRotating ( ) : bool
IsScaling ( ) : bool
IsTranslating ( ) : bool
M11 ( ) : double
M12 ( ) : double
M13 ( ) : double
M21 ( ) : double
M22 ( ) : double
M23 ( ) : double
M31 ( ) : double
M32 ( ) : double
M33 ( ) : double
Map ( QLine l ) : QLine
Map ( QLineF l ) : QLineF
Map ( QPainterPath p ) : QPainterPath
Map ( Qyoto.QPoint p ) : Qyoto.QPoint
Map ( QPointF p ) : QPointF
Map ( Qyoto.QPolygon a ) : Qyoto.QPolygon
Map ( QPolygonF a ) : QPolygonF
Map ( QRegion r ) : QRegion
Map ( double x, double y, double &tx, double &ty ) : void
Map ( int x, int y, int &tx, int &ty ) : void
MapRect ( Qyoto.QRect arg1 ) : Qyoto.QRect
MapRect ( Qyoto.QRectF arg1 ) : Qyoto.QRectF
MapToPolygon ( Qyoto.QRect r ) : Qyoto.QPolygon
QTransform ( QMatrix mtx ) : System
QTransform ( Qt arg1 ) : System
QTransform ( double h11, double h12, double h21, double h22, double dx, double dy ) : System
QTransform ( double h11, double h12, double h13, double h21, double h22, double h23, double h31, double h32 ) : System
QTransform ( double h11, double h12, double h13, double h21, double h22, double h23, double h31, double h32, double h33 ) : System
QuadToQuad ( QPolygonF one, QPolygonF two, QTransform result ) : bool
QuadToSquare ( QPolygonF quad, QTransform result ) : bool
Reset ( ) : void
Rotate ( double a ) : QTransform
Rotate ( double a, Qt axis ) : QTransform
RotateRadians ( double a ) : QTransform
RotateRadians ( double a, Qt axis ) : QTransform
Scale ( double sx, double sy ) : QTransform
SetMatrix ( double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33 ) : void
Shear ( double sh, double sv ) : QTransform
SquareToQuad ( QPolygonF square, QTransform result ) : bool
ToAffine ( ) : QMatrix
Translate ( double dx, double dy ) : QTransform
Transposed ( ) : QTransform
operator ( ) : QLine
operator ( ) : QLineF
operator ( ) : QPainterPath
operator ( ) : Qyoto.QPoint
operator ( ) : QPointF
operator ( ) : Qyoto.QPolygon
operator ( ) : QPolygonF
operator ( ) : QRegion
operator ( ) : QTransform
operator ( ) : Qyoto.QVariant
operator ( ) : bool
type ( ) : QTransform.TransformationType

보호된 메소드들

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

비공개 메소드들

메소드 설명
QTransform ( ) : System

메소드 상세

Adjoint() 공개 메소드

public Adjoint ( ) : QTransform
리턴 QTransform

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Det() 공개 메소드

public Det ( ) : double
리턴 double

Determinant() 공개 메소드

public Determinant ( ) : double
리턴 double

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dx() 공개 메소드

public Dx ( ) : double
리턴 double

Dy() 공개 메소드

public Dy ( ) : double
리턴 double

Equals() 공개 메소드

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

FromScale() 공개 정적인 메소드

public static FromScale ( double dx, double dy ) : QTransform
dx double
dy double
리턴 QTransform

FromTranslate() 공개 정적인 메소드

public static FromTranslate ( double dx, double dy ) : QTransform
dx double
dy double
리턴 QTransform

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Inverted() 공개 메소드

public Inverted ( ) : QTransform
리턴 QTransform

Inverted() 공개 메소드

public Inverted ( bool &invertible ) : QTransform
invertible bool
리턴 QTransform

IsAffine() 공개 메소드

public IsAffine ( ) : bool
리턴 bool

IsIdentity() 공개 메소드

public IsIdentity ( ) : bool
리턴 bool

IsInvertible() 공개 메소드

public IsInvertible ( ) : bool
리턴 bool

IsRotating() 공개 메소드

public IsRotating ( ) : bool
리턴 bool

IsScaling() 공개 메소드

public IsScaling ( ) : bool
리턴 bool

IsTranslating() 공개 메소드

public IsTranslating ( ) : bool
리턴 bool

M11() 공개 메소드

public M11 ( ) : double
리턴 double

M12() 공개 메소드

public M12 ( ) : double
리턴 double

M13() 공개 메소드

public M13 ( ) : double
리턴 double

M21() 공개 메소드

public M21 ( ) : double
리턴 double

M22() 공개 메소드

public M22 ( ) : double
리턴 double

M23() 공개 메소드

public M23 ( ) : double
리턴 double

M31() 공개 메소드

public M31 ( ) : double
리턴 double

M32() 공개 메소드

public M32 ( ) : double
리턴 double

M33() 공개 메소드

public M33 ( ) : double
리턴 double

Map() 공개 메소드

public Map ( QLine l ) : QLine
l QLine
리턴 QLine

Map() 공개 메소드

public Map ( QLineF l ) : QLineF
l QLineF
리턴 QLineF

Map() 공개 메소드

public Map ( QPainterPath p ) : QPainterPath
p QPainterPath
리턴 QPainterPath

Map() 공개 메소드

public Map ( Qyoto.QPoint p ) : Qyoto.QPoint
p Qyoto.QPoint
리턴 Qyoto.QPoint

Map() 공개 메소드

public Map ( QPointF p ) : QPointF
p QPointF
리턴 QPointF

Map() 공개 메소드

public Map ( Qyoto.QPolygon a ) : Qyoto.QPolygon
a Qyoto.QPolygon
리턴 Qyoto.QPolygon

Map() 공개 메소드

public Map ( QPolygonF a ) : QPolygonF
a QPolygonF
리턴 QPolygonF

Map() 공개 메소드

public Map ( QRegion r ) : QRegion
r QRegion
리턴 QRegion

Map() 공개 메소드

public Map ( double x, double y, double &tx, double &ty ) : void
x double
y double
tx double
ty double
리턴 void

Map() 공개 메소드

public Map ( int x, int y, int &tx, int &ty ) : void
x int
y int
tx int
ty int
리턴 void

MapRect() 공개 메소드

public MapRect ( Qyoto.QRect arg1 ) : Qyoto.QRect
arg1 Qyoto.QRect
리턴 Qyoto.QRect

MapRect() 공개 메소드

public MapRect ( Qyoto.QRectF arg1 ) : Qyoto.QRectF
arg1 Qyoto.QRectF
리턴 Qyoto.QRectF

MapToPolygon() 공개 메소드

public MapToPolygon ( Qyoto.QRect r ) : Qyoto.QPolygon
r Qyoto.QRect
리턴 Qyoto.QPolygon

QTransform() 공개 메소드

public QTransform ( QMatrix mtx ) : System
mtx QMatrix
리턴 System

QTransform() 공개 메소드

public QTransform ( Qt arg1 ) : System
arg1 Qt
리턴 System

QTransform() 보호된 메소드

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

QTransform() 공개 메소드

public QTransform ( double h11, double h12, double h21, double h22, double dx, double dy ) : System
h11 double
h12 double
h21 double
h22 double
dx double
dy double
리턴 System

QTransform() 공개 메소드

public QTransform ( double h11, double h12, double h13, double h21, double h22, double h23, double h31, double h32 ) : System
h11 double
h12 double
h13 double
h21 double
h22 double
h23 double
h31 double
h32 double
리턴 System

QTransform() 공개 메소드

public QTransform ( double h11, double h12, double h13, double h21, double h22, double h23, double h31, double h32, double h33 ) : System
h11 double
h12 double
h13 double
h21 double
h22 double
h23 double
h31 double
h32 double
h33 double
리턴 System

QuadToQuad() 공개 정적인 메소드

public static QuadToQuad ( QPolygonF one, QPolygonF two, QTransform result ) : bool
one QPolygonF
two QPolygonF
result QTransform
리턴 bool

QuadToSquare() 공개 정적인 메소드

public static QuadToSquare ( QPolygonF quad, QTransform result ) : bool
quad QPolygonF
result QTransform
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Rotate() 공개 메소드

public Rotate ( double a ) : QTransform
a double
리턴 QTransform

Rotate() 공개 메소드

public Rotate ( double a, Qt axis ) : QTransform
a double
axis Qt
리턴 QTransform

RotateRadians() 공개 메소드

public RotateRadians ( double a ) : QTransform
a double
리턴 QTransform

RotateRadians() 공개 메소드

public RotateRadians ( double a, Qt axis ) : QTransform
a double
axis Qt
리턴 QTransform

Scale() 공개 메소드

public Scale ( double sx, double sy ) : QTransform
sx double
sy double
리턴 QTransform

SetMatrix() 공개 메소드

public SetMatrix ( double m11, double m12, double m13, double m21, double m22, double m23, double m31, double m32, double m33 ) : void
m11 double
m12 double
m13 double
m21 double
m22 double
m23 double
m31 double
m32 double
m33 double
리턴 void

Shear() 공개 메소드

public Shear ( double sh, double sv ) : QTransform
sh double
sv double
리턴 QTransform

SquareToQuad() 공개 정적인 메소드

public static SquareToQuad ( QPolygonF square, QTransform result ) : bool
square QPolygonF
result QTransform
리턴 bool

ToAffine() 공개 메소드

public ToAffine ( ) : QMatrix
리턴 QMatrix

Translate() 공개 메소드

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

Transposed() 공개 메소드

public Transposed ( ) : QTransform
리턴 QTransform

operator() 공개 정적인 메소드

public static operator ( ) : QLine
리턴 QLine

operator() 공개 정적인 메소드

public static operator ( ) : QLineF
리턴 QLineF

operator() 공개 정적인 메소드

public static operator ( ) : QPainterPath
리턴 QPainterPath

operator() 공개 정적인 메소드

public static operator ( ) : Qyoto.QPoint
리턴 Qyoto.QPoint

operator() 공개 정적인 메소드

public static operator ( ) : QPointF
리턴 QPointF

operator() 공개 정적인 메소드

public static operator ( ) : Qyoto.QPolygon
리턴 Qyoto.QPolygon

operator() 공개 정적인 메소드

public static operator ( ) : QPolygonF
리턴 QPolygonF

operator() 공개 정적인 메소드

public static operator ( ) : QRegion
리턴 QRegion

operator() 공개 정적인 메소드

public static operator ( ) : QTransform
리턴 QTransform

operator() 공개 정적인 메소드

public static operator ( ) : Qyoto.QVariant
리턴 Qyoto.QVariant

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

type() 공개 메소드

public type ( ) : QTransform.TransformationType
리턴 QTransform.TransformationType

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation