C# 클래스 Qyoto.QRegion

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
BoundingRect ( ) : Qyoto.QRect
Contains ( Qyoto.QPoint p ) : bool
Contains ( Qyoto.QRect r ) : bool
Dispose ( ) : void
Eor ( QRegion r ) : QRegion
Equals ( object o ) : bool
GetHashCode ( ) : int
Intersect ( Qyoto.QRect r ) : QRegion
Intersect ( QRegion r ) : QRegion
Intersected ( Qyoto.QRect r ) : QRegion
Intersected ( QRegion r ) : QRegion
Intersects ( Qyoto.QRect r ) : bool
Intersects ( QRegion r ) : bool
IsEmpty ( ) : bool
QRegion ( QBitmap bitmap ) : System
QRegion ( Qyoto.QPolygon pa ) : System
QRegion ( Qyoto.QPolygon pa, Qt fillRule ) : System
QRegion ( Qyoto.QRect r ) : System
QRegion ( Qyoto.QRect r, QRegion t ) : System
QRegion ( QRegion region ) : System
QRegion ( int x, int y, int w, int h ) : System
QRegion ( int x, int y, int w, int h, QRegion t ) : System
RectCount ( ) : int
Rects ( ) : List
SetRects ( Qyoto.QRect rect, int num ) : void
Subtract ( QRegion r ) : QRegion
Subtracted ( QRegion r ) : QRegion
Translate ( Qyoto.QPoint p ) : void
Translate ( int dx, int dy ) : void
Translated ( Qyoto.QPoint p ) : QRegion
Translated ( int dx, int dy ) : QRegion
Unite ( Qyoto.QRect r ) : QRegion
Unite ( QRegion r ) : QRegion
United ( Qyoto.QRect r ) : QRegion
United ( QRegion r ) : QRegion
Xored ( QRegion r ) : QRegion
operator ( ) : QRegion
operator ( ) : Qyoto.QVariant
operator ( ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
QRegion ( ) : System

메소드 상세

BoundingRect() 공개 메소드

public BoundingRect ( ) : Qyoto.QRect
리턴 Qyoto.QRect

Contains() 공개 메소드

public Contains ( Qyoto.QPoint p ) : bool
p Qyoto.QPoint
리턴 bool

Contains() 공개 메소드

public Contains ( Qyoto.QRect r ) : bool
r Qyoto.QRect
리턴 bool

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Eor() 공개 메소드

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

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Intersect() 공개 메소드

public Intersect ( Qyoto.QRect r ) : QRegion
r Qyoto.QRect
리턴 QRegion

Intersect() 공개 메소드

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

Intersected() 공개 메소드

public Intersected ( Qyoto.QRect r ) : QRegion
r Qyoto.QRect
리턴 QRegion

Intersected() 공개 메소드

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

Intersects() 공개 메소드

public Intersects ( Qyoto.QRect r ) : bool
r Qyoto.QRect
리턴 bool

Intersects() 공개 메소드

public Intersects ( QRegion r ) : bool
r QRegion
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

QRegion() 공개 메소드

public QRegion ( QBitmap bitmap ) : System
bitmap QBitmap
리턴 System

QRegion() 공개 메소드

public QRegion ( Qyoto.QPolygon pa ) : System
pa Qyoto.QPolygon
리턴 System

QRegion() 공개 메소드

public QRegion ( Qyoto.QPolygon pa, Qt fillRule ) : System
pa Qyoto.QPolygon
fillRule Qt
리턴 System

QRegion() 공개 메소드

public QRegion ( Qyoto.QRect r ) : System
r Qyoto.QRect
리턴 System

QRegion() 공개 메소드

public QRegion ( Qyoto.QRect r, QRegion t ) : System
r Qyoto.QRect
t QRegion
리턴 System

QRegion() 공개 메소드

public QRegion ( QRegion region ) : System
region QRegion
리턴 System

QRegion() 보호된 메소드

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

QRegion() 공개 메소드

public QRegion ( int x, int y, int w, int h ) : System
x int
y int
w int
h int
리턴 System

QRegion() 공개 메소드

public QRegion ( int x, int y, int w, int h, QRegion t ) : System
x int
y int
w int
h int
t QRegion
리턴 System

RectCount() 공개 메소드

public RectCount ( ) : int
리턴 int

Rects() 공개 메소드

public Rects ( ) : List
리턴 List

SetRects() 공개 메소드

public SetRects ( Qyoto.QRect rect, int num ) : void
rect Qyoto.QRect
num int
리턴 void

Subtract() 공개 메소드

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

Subtracted() 공개 메소드

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

Translate() 공개 메소드

public Translate ( Qyoto.QPoint p ) : void
p Qyoto.QPoint
리턴 void

Translate() 공개 메소드

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

Translated() 공개 메소드

public Translated ( Qyoto.QPoint p ) : QRegion
p Qyoto.QPoint
리턴 QRegion

Translated() 공개 메소드

public Translated ( int dx, int dy ) : QRegion
dx int
dy int
리턴 QRegion

Unite() 공개 메소드

public Unite ( Qyoto.QRect r ) : QRegion
r Qyoto.QRect
리턴 QRegion

Unite() 공개 메소드

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

United() 공개 메소드

public United ( Qyoto.QRect r ) : QRegion
r Qyoto.QRect
리턴 QRegion

United() 공개 메소드

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

Xored() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : QRegion
리턴 QRegion

operator() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation