Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
This is the complete list of members for QtGui.QImage, including all inherited members.
AllGray | QtGui.QImage | |
AlphaChannel | QtGui.QImage | |
BitPlaneCount | QtGui.QImage | |
Bits | QtGui.QImage | |
ByteCount | QtGui.QImage | |
BytesPerLine | QtGui.QImage | |
CacheKey | QtGui.QImage | |
Color(int i) | QtGui.QImage | |
ColorCount | QtGui.QImage | |
ColorTable | QtGui.QImage | |
ConstBits | QtGui.QImage | |
ConstScanLine(int i) | QtGui.QImage | |
ConvertToFormat(QImage.Format f, Qt.ImageConversionFlag flags=Qt.ImageConversionFlag.AutoColor) | QtGui.QImage | |
ConvertToFormat(QImage.Format f, System.Collections.Generic.List< System.UInt32 > colorTable, Qt.ImageConversionFlag flags=Qt.ImageConversionFlag.AutoColor) | QtGui.QImage | |
Copy() | QtGui.QImage | |
Copy(QRect rect) | QtGui.QImage | |
Copy(int x, int y, int w, int h) | QtGui.QImage | |
CreateAlphaMask(Qt.ImageConversionFlag flags=Qt.ImageConversionFlag.AutoColor) | QtGui.QImage | |
CreateHeuristicMask(bool clipTight=true) | QtGui.QImage | |
CreateMaskFromColor(uint color, Qt.MaskMode mode=Qt.MaskMode.MaskInColor) | QtGui.QImage | |
CreateProxy() | QtGui.QImage | virtual |
Depth | QtGui.QImage | |
Detach() | QtGui.QImage | |
DevType | QtGui.QImage | |
Dispose() | QtGui.QImage | |
DotsPerMeterX | QtGui.QImage | |
DotsPerMeterY | QtGui.QImage | |
Equals(object o) | QtGui.QImage | |
Fill(QColor color) | QtGui.QImage | |
Fill(uint pixel) | QtGui.QImage | |
Fill(Qt.GlobalColor color) | QtGui.QImage | |
Format enum name | QtGui.QImage | |
format | QtGui.QImage | |
FromData(QByteArray data, string format=null) | QtGui.QImage | static |
FromData(Pointer< byte > data, int size, string format=null) | QtGui.QImage | static |
GetDC() | QtGui.QPaintDevice | virtual |
GetHashCode() | QtGui.QImage | |
HasAlphaChannel | QtGui.QImage | |
Height | QtGui.QImage | |
HeightMM | QtGui.QPaintDevice | |
interceptor | QtGui.QPaintDevice | protected |
InvertMode enum name | QtGui.QImage | |
InvertPixels(QImage.InvertMode mode=QImage.InvertMode.InvertRgb) | QtGui.QImage | |
IsDetached | QtGui.QImage | |
IsGrayscale | QtGui.QImage | |
IsNull | QtGui.QImage | |
Load(QIODevice device, string format) | QtGui.QImage | |
Load(string fileName, string format=null) | QtGui.QImage | |
LoadFromData(QByteArray data, string aformat=null) | QtGui.QImage | |
LoadFromData(Pointer< byte > buf, int len, string format=null) | QtGui.QImage | |
LogicalDpiX | QtGui.QPaintDevice | |
LogicalDpiY | QtGui.QPaintDevice | |
Metric(QPaintDevice.PaintDeviceMetric metric) | QtGui.QImage | protectedvirtual |
Mirrored(bool horizontally=false, bool vertically=true) | QtGui.QImage | |
NumBytes | QtGui.QImage | |
NumColors | QtGui.QImage | |
Offset | QtGui.QImage | |
operator!=(QImage one, QImage image) | QtGui.QImage | static |
operator==(QImage one, QImage image) | QtGui.QImage | static |
PaintDeviceMetric enum name | QtGui.QPaintDevice | |
PaintEngine | QtGui.QImage | |
Painters | QtGui.QPaintDevice | protected |
PaintingActive | QtGui.QPaintDevice | |
PhysicalDpiX | QtGui.QPaintDevice | |
PhysicalDpiY | QtGui.QPaintDevice | |
Pixel(QPoint pt) | QtGui.QImage | |
Pixel(int x, int y) | QtGui.QImage | |
PixelIndex(QPoint pt) | QtGui.QImage | |
PixelIndex(int x, int y) | QtGui.QImage | |
QImage(System.Type dummy) | QtGui.QImage | protected |
QImage() | QtGui.QImage | |
QImage(QImage image) | QtGui.QImage | |
QImage(QSize size, QImage.Format format) | QtGui.QImage | |
QImage(string fileName, string format=null) | QtGui.QImage | |
QImage(int width, int height, QImage.Format format) | QtGui.QImage | |
QImage(Pointer< byte > data, int width, int height, QImage.Format format) | QtGui.QImage | |
QImage(Pointer< byte > data, int width, int height, int bytesPerLine, QImage.Format format) | QtGui.QImage | |
QPaintDevice(System.Type dummy) | QtGui.QPaintDevice | protected |
QPaintDevice() | QtGui.QPaintDevice | protected |
Rect | QtGui.QImage | |
ReleaseDC(System.IntPtr hdc) | QtGui.QPaintDevice | virtual |
RgbSwapped | QtGui.QImage | |
Save(QIODevice device, string format=null, int quality=-1) | QtGui.QImage | |
Save(string fileName, string format=null, int quality=-1) | QtGui.QImage | |
Scaled(QSize s, Qt.AspectRatioMode aspectMode=Qt.AspectRatioMode.IgnoreAspectRatio, Qt.TransformationMode mode=Qt.TransformationMode.FastTransformation) | QtGui.QImage | |
Scaled(int w, int h, Qt.AspectRatioMode aspectMode=Qt.AspectRatioMode.IgnoreAspectRatio, Qt.TransformationMode mode=Qt.TransformationMode.FastTransformation) | QtGui.QImage | |
ScaledToHeight(int h, Qt.TransformationMode mode=Qt.TransformationMode.FastTransformation) | QtGui.QImage | |
ScaledToWidth(int w, Qt.TransformationMode mode=Qt.TransformationMode.FastTransformation) | QtGui.QImage | |
ScanLine(int i) | QtGui.QImage | |
SerialNumber | QtGui.QImage | |
SetColor(int i, uint c) | QtGui.QImage | |
SetPixel(QPoint pt, uint index_or_rgb) | QtGui.QImage | |
SetPixel(int x, int y, uint index_or_rgb) | QtGui.QImage | |
SetText(string key, string value) | QtGui.QImage | |
SetText(string key, string lang, string text) | QtGui.QImage | |
Size | QtGui.QImage | |
SmokeObject | QtGui.QPaintDevice | |
Swap(QImage other) | QtGui.QImage | |
Text(QImageTextKeyLang keywordAndLanguage) | QtGui.QImage | |
Text(string key, string lang=null) | QtGui.QImage | |
TextKeys | QtGui.QImage | |
TextLanguages | QtGui.QImage | |
TextList | QtGui.QImage | |
Transformed(QMatrix matrix, Qt.TransformationMode mode=Qt.TransformationMode.FastTransformation) | QtGui.QImage | |
Transformed(QTransform matrix, Qt.TransformationMode mode=Qt.TransformationMode.FastTransformation) | QtGui.QImage | |
TrueMatrix(QMatrix matrix, int w, int h) | QtGui.QImage | static |
TrueMatrix(QTransform matrix, int w, int h) | QtGui.QImage | static |
Valid(QPoint pt) | QtGui.QImage | |
Valid(int x, int y) | QtGui.QImage | |
Width | QtGui.QImage | |
WidthMM | QtGui.QPaintDevice |