Classe System::Drawing::Imaging::ImageAttributes
Contenu
[
Cacher
]ImageAttributes class
Représente les informations sur la façon dont les couleurs d’image sont manipulées lors du rendu. Les objets de cette classe ne doivent être alloués qu’en utilisant la fonction System::MakeObject(). Ne créez jamais d’instance de ce type sur la pile ou en utilisant l’opérateur new, car cela entraînera des erreurs d’exécution et/ou des fautes d’assertion. Enveloppez toujours cette classe dans un pointeur System::SmartPtr et utilisez ce pointeur pour la passer aux fonctions en tant qu’argument.
class ImageAttributes : public System::Object
Méthodes
| Méthode | Description |
|---|---|
| ClearBrushRemapTable() | NON IMPLEMENTÉ. |
| ClearColorKey(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearColorMatrix(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearGamma(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearNoOp(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearOutputChannel(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearOutputChannelColorProfile(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearRemapTable(ColorAdjustType) | NON IMPLEMENTÉ. |
| ClearThreshold(ColorAdjustType) | NON IMPLEMENTÉ. |
| Clone() | Crée une copie de l’objet actuel. |
| Dispose() | Libère toutes les ressources du système d’exploitation acquises par l’objet actuel. |
| GetAdjustedPalette(const SharedPtr<ColorPalette>&, ColorAdjustType) | NON IMPLEMENTÉ. |
| ImageAttributes() | Constructeur par défaut. |
| SetBrushRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&) | NON IMPLEMENTÉ. |
| SetColorKey(Color, Color, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetColorMatrices(const SharedPtr<ColorMatrix>&, const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetColorMatrix(const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | Définit la matrice d’ajustement des couleurs. |
| SetGamma(float, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetNoOp(ColorAdjustType) | NON IMPLEMENTÉ. |
| SetOutputChannel(ColorChannelFlag, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetOutputChannelColorProfile(const String&, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetThreshold(float, ColorAdjustType) | NON IMPLEMENTÉ. |
| SetWrapMode(Drawing2D::WrapMode, Color, bool) | Définit le mode d’enveloppement et la couleur utilisés pour décider comment carreler une texture sur une forme, ou aux limites de la forme. |
Voir aussi
- Class Object
- Namespace System::Drawing::Imaging
- Library Aspose.Font for C++