System::Drawing::Imaging::ImageAttributes Klasse
Inhalt
[
Ausblenden
]ImageAttributes class
Stellt Informationen darüber bereit, wie Bildfarben beim Rendern manipuliert werden. Objekte dieser Klasse sollten nur über die Funktion System::MakeObject() zugewiesen werden. Erzeugen Sie niemals eine Instanz dieses Typs auf dem Stack oder mit dem Operator new, da dies zu Laufzeitfehlern und/oder Assertion-Fehlern führt. Wickeln Sie diese Klasse immer in einen System::SmartPtr Zeiger ein und verwenden Sie diesen Zeiger, um ihn als Argument an Funktionen zu übergeben.
class ImageAttributes : public System::Object
Methoden
| Methode | Beschreibung |
|---|---|
| ClearBrushRemapTable() | NICHT IMPLEMENTIERT. |
| ClearColorKey(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearColorMatrix(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearGamma(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearNoOp(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearOutputChannel(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearOutputChannelColorProfile(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearRemapTable(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ClearThreshold(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| Clone() | Erstellt eine Kopie des aktuellen Objekts. |
| Dispose() | Gibt alle vom aktuellen Objekt erworbenen Betriebssystemressourcen frei. |
| GetAdjustedPalette(const SharedPtr<ColorPalette>&, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| ImageAttributes() | Standardkonstruktor. |
| SetBrushRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&) | NICHT IMPLEMENTIERT. |
| SetColorKey(Color, Color, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetColorMatrices(const SharedPtr<ColorMatrix>&, const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetColorMatrix(const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | Setzt die Farbkorrekturmatrix. |
| SetGamma(float, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetNoOp(ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetOutputChannel(ColorChannelFlag, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetOutputChannelColorProfile(const String&, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetThreshold(float, ColorAdjustType) | NICHT IMPLEMENTIERT. |
| SetWrapMode(Drawing2D::WrapMode, Color, bool) | Setzt den Wrap-Modus und die Farbe, die verwendet werden, um zu bestimmen, wie eine Textur über einer Form gekachelt wird oder an Formgrenzen. |
Siehe auch
- Class Object
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++