C# 클래스 Qyoto.QBitmap

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

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
FromData ( Qyoto.QSize size, Pointer bits ) : QBitmap
FromData ( Qyoto.QSize size, Pointer bits, QImage monoFormat ) : QBitmap
FromImage ( QImage image ) : QBitmap
FromImage ( QImage image, uint flags ) : QBitmap
QBitmap ( QPixmap arg1 ) : System
QBitmap ( Qyoto.QSize arg1 ) : System
QBitmap ( int w, int h ) : System
QBitmap ( string fileName ) : System
QBitmap ( string fileName, string format ) : System
Transformed ( QMatrix arg1 ) : QBitmap
Transformed ( QTransform matrix ) : QBitmap
operator ( ) : Qyoto.QVariant

보호된 메소드들

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

비공개 메소드들

메소드 설명
QBitmap ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FromData() 공개 정적인 메소드

public static FromData ( Qyoto.QSize size, Pointer bits ) : QBitmap
size Qyoto.QSize
bits Pointer
리턴 QBitmap

FromData() 공개 정적인 메소드

public static FromData ( Qyoto.QSize size, Pointer bits, QImage monoFormat ) : QBitmap
size Qyoto.QSize
bits Pointer
monoFormat QImage
리턴 QBitmap

FromImage() 공개 정적인 메소드

public static FromImage ( QImage image ) : QBitmap
image QImage
리턴 QBitmap

FromImage() 공개 정적인 메소드

public static FromImage ( QImage image, uint flags ) : QBitmap
image QImage
flags uint
리턴 QBitmap

QBitmap() 공개 메소드

public QBitmap ( QPixmap arg1 ) : System
arg1 QPixmap
리턴 System

QBitmap() 공개 메소드

public QBitmap ( Qyoto.QSize arg1 ) : System
arg1 Qyoto.QSize
리턴 System

QBitmap() 보호된 메소드

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

QBitmap() 공개 메소드

public QBitmap ( int w, int h ) : System
w int
h int
리턴 System

QBitmap() 공개 메소드

public QBitmap ( string fileName ) : System
fileName string
리턴 System

QBitmap() 공개 메소드

public QBitmap ( string fileName, string format ) : System
fileName string
format string
리턴 System

Transformed() 공개 메소드

public Transformed ( QMatrix arg1 ) : QBitmap
arg1 QMatrix
리턴 QBitmap

Transformed() 공개 메소드

public Transformed ( QTransform matrix ) : QBitmap
matrix QTransform
리턴 QBitmap

operator() 공개 정적인 메소드

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