C# 클래스 Qyoto.QPixmap

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

공개 메소드들

메소드 설명
AlphaChannel ( ) : QPixmap
CacheKey ( ) : long
Copy ( ) : QPixmap
Copy ( Qyoto.QRect rect ) : QPixmap
Copy ( int x, int y, int width, int height ) : QPixmap
CreateHeuristicMask ( ) : QBitmap
CreateHeuristicMask ( bool clipTight ) : QBitmap
CreateMaskFromColor ( QColor maskColor ) : QBitmap
CreateMaskFromColor ( QColor maskColor, Qt mode ) : QBitmap
DefaultDepth ( ) : int
Depth ( ) : int
Detach ( ) : void
Dispose ( ) : void
Fill ( ) : void
Fill ( QColor fillColor ) : void
Fill ( QWidget widget, Qyoto.QPoint ofs ) : void
Fill ( QWidget widget, int xofs, int yofs ) : void
FromImage ( QImage image ) : QPixmap
FromImage ( QImage image, uint flags ) : QPixmap
GrabWidget ( QWidget widget ) : QPixmap
GrabWidget ( QWidget widget, Qyoto.QRect rect ) : QPixmap
GrabWidget ( QWidget widget, int x ) : QPixmap
GrabWidget ( QWidget widget, int x, int y ) : QPixmap
GrabWidget ( QWidget widget, int x, int y, int w ) : QPixmap
GrabWidget ( QWidget widget, int x, int y, int w, int h ) : QPixmap
HasAlpha ( ) : bool
HasAlphaChannel ( ) : bool
Height ( ) : int
IsDetached ( ) : bool
IsNull ( ) : bool
IsQBitmap ( ) : bool
Load ( string fileName ) : bool
Load ( string fileName, string format ) : bool
Load ( string fileName, string format, uint flags ) : bool
LoadFromData ( Pointer buf, uint len ) : bool
LoadFromData ( Pointer buf, uint len, string format ) : bool
LoadFromData ( Pointer buf, uint len, string format, uint flags ) : bool
LoadFromData ( Qyoto.QByteArray data ) : bool
LoadFromData ( Qyoto.QByteArray data, string format ) : bool
LoadFromData ( Qyoto.QByteArray data, string format, uint flags ) : bool
Mask ( ) : QBitmap
QPixmap ( QPixmap arg1 ) : System
QPixmap ( Qyoto.QSize arg1 ) : System
QPixmap ( int w, int h ) : System
QPixmap ( string fileName ) : System
QPixmap ( string fileName, string format ) : System
QPixmap ( string fileName, string format, uint flags ) : System
Rect ( ) : Qyoto.QRect
Save ( Qyoto.QIODevice device ) : bool
Save ( Qyoto.QIODevice device, string format ) : bool
Save ( Qyoto.QIODevice device, string format, int quality ) : bool
Save ( string fileName ) : bool
Save ( string fileName, string format ) : bool
Save ( string fileName, string format, int quality ) : bool
Scaled ( Qyoto.QSize s ) : QPixmap
Scaled ( Qyoto.QSize s, Qt aspectMode ) : QPixmap
Scaled ( Qyoto.QSize s, Qt aspectMode, Qt mode ) : QPixmap
Scaled ( int w, int h ) : QPixmap
Scaled ( int w, int h, Qt aspectMode ) : QPixmap
Scaled ( int w, int h, Qt aspectMode, Qt mode ) : QPixmap
ScaledToHeight ( int h ) : QPixmap
ScaledToHeight ( int h, Qt mode ) : QPixmap
ScaledToWidth ( int w ) : QPixmap
ScaledToWidth ( int w, Qt mode ) : QPixmap
Scroll ( int dx, int dy, Qyoto.QRect rect ) : void
Scroll ( int dx, int dy, Qyoto.QRect rect, QRegion exposed ) : void
Scroll ( int dx, int dy, int x, int y, int width, int height ) : void
Scroll ( int dx, int dy, int x, int y, int width, int height, QRegion exposed ) : void
SerialNumber ( ) : int
SetAlphaChannel ( QPixmap arg1 ) : void
SetMask ( QBitmap arg1 ) : void
Size ( ) : Qyoto.QSize
ToImage ( ) : QImage
Transformed ( QMatrix arg1 ) : QPixmap
Transformed ( QMatrix arg1, Qt mode ) : QPixmap
Transformed ( QTransform arg1 ) : QPixmap
Transformed ( QTransform arg1, Qt mode ) : QPixmap
TrueMatrix ( QMatrix m, int w, int h ) : QMatrix
TrueMatrix ( QTransform m, int w, int h ) : QTransform
Width ( ) : int
operator ( ) : Qyoto.QVariant
operator ( ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
DevType ( ) : int
Metric ( QPaintDevice arg1 ) : int
PaintEngine ( ) : QPaintEngine
QPixmap ( ) : System

메소드 상세

AlphaChannel() 공개 메소드

public AlphaChannel ( ) : QPixmap
리턴 QPixmap

CacheKey() 공개 메소드

public CacheKey ( ) : long
리턴 long

Copy() 공개 메소드

public Copy ( ) : QPixmap
리턴 QPixmap

Copy() 공개 메소드

public Copy ( Qyoto.QRect rect ) : QPixmap
rect Qyoto.QRect
리턴 QPixmap

Copy() 공개 메소드

public Copy ( int x, int y, int width, int height ) : QPixmap
x int
y int
width int
height int
리턴 QPixmap

CreateHeuristicMask() 공개 메소드

public CreateHeuristicMask ( ) : QBitmap
리턴 QBitmap

CreateHeuristicMask() 공개 메소드

public CreateHeuristicMask ( bool clipTight ) : QBitmap
clipTight bool
리턴 QBitmap

CreateMaskFromColor() 공개 메소드

public CreateMaskFromColor ( QColor maskColor ) : QBitmap
maskColor QColor
리턴 QBitmap

CreateMaskFromColor() 공개 메소드

public CreateMaskFromColor ( QColor maskColor, Qt mode ) : QBitmap
maskColor QColor
mode Qt
리턴 QBitmap

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DefaultDepth() 공개 정적인 메소드

public static DefaultDepth ( ) : int
리턴 int

Depth() 공개 메소드

public Depth ( ) : int
리턴 int

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( QColor fillColor ) : void
fillColor QColor
리턴 void

Fill() 공개 메소드

public Fill ( QWidget widget, Qyoto.QPoint ofs ) : void
widget QWidget
ofs Qyoto.QPoint
리턴 void

Fill() 공개 메소드

public Fill ( QWidget widget, int xofs, int yofs ) : void
widget QWidget
xofs int
yofs int
리턴 void

FromImage() 공개 정적인 메소드

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

FromImage() 공개 정적인 메소드

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

GrabWidget() 공개 정적인 메소드

public static GrabWidget ( QWidget widget ) : QPixmap
widget QWidget
리턴 QPixmap

GrabWidget() 공개 정적인 메소드

public static GrabWidget ( QWidget widget, Qyoto.QRect rect ) : QPixmap
widget QWidget
rect Qyoto.QRect
리턴 QPixmap

GrabWidget() 공개 정적인 메소드

public static GrabWidget ( QWidget widget, int x ) : QPixmap
widget QWidget
x int
리턴 QPixmap

GrabWidget() 공개 정적인 메소드

public static GrabWidget ( QWidget widget, int x, int y ) : QPixmap
widget QWidget
x int
y int
리턴 QPixmap

GrabWidget() 공개 정적인 메소드

public static GrabWidget ( QWidget widget, int x, int y, int w ) : QPixmap
widget QWidget
x int
y int
w int
리턴 QPixmap

GrabWidget() 공개 정적인 메소드

public static GrabWidget ( QWidget widget, int x, int y, int w, int h ) : QPixmap
widget QWidget
x int
y int
w int
h int
리턴 QPixmap

HasAlpha() 공개 메소드

public HasAlpha ( ) : bool
리턴 bool

HasAlphaChannel() 공개 메소드

public HasAlphaChannel ( ) : bool
리턴 bool

Height() 공개 메소드

public Height ( ) : int
리턴 int

IsDetached() 공개 메소드

public IsDetached ( ) : bool
리턴 bool

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

IsQBitmap() 공개 메소드

public IsQBitmap ( ) : bool
리턴 bool

Load() 공개 메소드

public Load ( string fileName ) : bool
fileName string
리턴 bool

Load() 공개 메소드

public Load ( string fileName, string format ) : bool
fileName string
format string
리턴 bool

Load() 공개 메소드

public Load ( string fileName, string format, uint flags ) : bool
fileName string
format string
flags uint
리턴 bool

LoadFromData() 공개 메소드

public LoadFromData ( Pointer buf, uint len ) : bool
buf Pointer
len uint
리턴 bool

LoadFromData() 공개 메소드

public LoadFromData ( Pointer buf, uint len, string format ) : bool
buf Pointer
len uint
format string
리턴 bool

LoadFromData() 공개 메소드

public LoadFromData ( Pointer buf, uint len, string format, uint flags ) : bool
buf Pointer
len uint
format string
flags uint
리턴 bool

LoadFromData() 공개 메소드

public LoadFromData ( Qyoto.QByteArray data ) : bool
data Qyoto.QByteArray
리턴 bool

LoadFromData() 공개 메소드

public LoadFromData ( Qyoto.QByteArray data, string format ) : bool
data Qyoto.QByteArray
format string
리턴 bool

LoadFromData() 공개 메소드

public LoadFromData ( Qyoto.QByteArray data, string format, uint flags ) : bool
data Qyoto.QByteArray
format string
flags uint
리턴 bool

Mask() 공개 메소드

public Mask ( ) : QBitmap
리턴 QBitmap

QPixmap() 공개 메소드

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

QPixmap() 공개 메소드

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

QPixmap() 보호된 메소드

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

QPixmap() 공개 메소드

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

QPixmap() 공개 메소드

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

QPixmap() 공개 메소드

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

QPixmap() 공개 메소드

public QPixmap ( string fileName, string format, uint flags ) : System
fileName string
format string
flags uint
리턴 System

Rect() 공개 메소드

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

Save() 공개 메소드

public Save ( Qyoto.QIODevice device ) : bool
device Qyoto.QIODevice
리턴 bool

Save() 공개 메소드

public Save ( Qyoto.QIODevice device, string format ) : bool
device Qyoto.QIODevice
format string
리턴 bool

Save() 공개 메소드

public Save ( Qyoto.QIODevice device, string format, int quality ) : bool
device Qyoto.QIODevice
format string
quality int
리턴 bool

Save() 공개 메소드

public Save ( string fileName ) : bool
fileName string
리턴 bool

Save() 공개 메소드

public Save ( string fileName, string format ) : bool
fileName string
format string
리턴 bool

Save() 공개 메소드

public Save ( string fileName, string format, int quality ) : bool
fileName string
format string
quality int
리턴 bool

Scaled() 공개 메소드

public Scaled ( Qyoto.QSize s ) : QPixmap
s Qyoto.QSize
리턴 QPixmap

Scaled() 공개 메소드

public Scaled ( Qyoto.QSize s, Qt aspectMode ) : QPixmap
s Qyoto.QSize
aspectMode Qt
리턴 QPixmap

Scaled() 공개 메소드

public Scaled ( Qyoto.QSize s, Qt aspectMode, Qt mode ) : QPixmap
s Qyoto.QSize
aspectMode Qt
mode Qt
리턴 QPixmap

Scaled() 공개 메소드

public Scaled ( int w, int h ) : QPixmap
w int
h int
리턴 QPixmap

Scaled() 공개 메소드

public Scaled ( int w, int h, Qt aspectMode ) : QPixmap
w int
h int
aspectMode Qt
리턴 QPixmap

Scaled() 공개 메소드

public Scaled ( int w, int h, Qt aspectMode, Qt mode ) : QPixmap
w int
h int
aspectMode Qt
mode Qt
리턴 QPixmap

ScaledToHeight() 공개 메소드

public ScaledToHeight ( int h ) : QPixmap
h int
리턴 QPixmap

ScaledToHeight() 공개 메소드

public ScaledToHeight ( int h, Qt mode ) : QPixmap
h int
mode Qt
리턴 QPixmap

ScaledToWidth() 공개 메소드

public ScaledToWidth ( int w ) : QPixmap
w int
리턴 QPixmap

ScaledToWidth() 공개 메소드

public ScaledToWidth ( int w, Qt mode ) : QPixmap
w int
mode Qt
리턴 QPixmap

Scroll() 공개 메소드

public Scroll ( int dx, int dy, Qyoto.QRect rect ) : void
dx int
dy int
rect Qyoto.QRect
리턴 void

Scroll() 공개 메소드

public Scroll ( int dx, int dy, Qyoto.QRect rect, QRegion exposed ) : void
dx int
dy int
rect Qyoto.QRect
exposed QRegion
리턴 void

Scroll() 공개 메소드

public Scroll ( int dx, int dy, int x, int y, int width, int height ) : void
dx int
dy int
x int
y int
width int
height int
리턴 void

Scroll() 공개 메소드

public Scroll ( int dx, int dy, int x, int y, int width, int height, QRegion exposed ) : void
dx int
dy int
x int
y int
width int
height int
exposed QRegion
리턴 void

SerialNumber() 공개 메소드

public SerialNumber ( ) : int
리턴 int

SetAlphaChannel() 공개 메소드

public SetAlphaChannel ( QPixmap arg1 ) : void
arg1 QPixmap
리턴 void

SetMask() 공개 메소드

public SetMask ( QBitmap arg1 ) : void
arg1 QBitmap
리턴 void

Size() 공개 메소드

public Size ( ) : Qyoto.QSize
리턴 Qyoto.QSize

ToImage() 공개 메소드

public ToImage ( ) : QImage
리턴 QImage

Transformed() 공개 메소드

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

Transformed() 공개 메소드

public Transformed ( QMatrix arg1, Qt mode ) : QPixmap
arg1 QMatrix
mode Qt
리턴 QPixmap

Transformed() 공개 메소드

public Transformed ( QTransform arg1 ) : QPixmap
arg1 QTransform
리턴 QPixmap

Transformed() 공개 메소드

public Transformed ( QTransform arg1, Qt mode ) : QPixmap
arg1 QTransform
mode Qt
리턴 QPixmap

TrueMatrix() 공개 정적인 메소드

public static TrueMatrix ( QMatrix m, int w, int h ) : QMatrix
m QMatrix
w int
h int
리턴 QMatrix

TrueMatrix() 공개 정적인 메소드

public static TrueMatrix ( QTransform m, int w, int h ) : QTransform
m QTransform
w int
h int
리턴 QTransform

Width() 공개 메소드

public Width ( ) : int
리턴 int

operator() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool