System::Drawing::Imaging::ImageAttributes class
inhoud
[
verbergen
]ImageAttributes class
Vertegenwoordigt informatie over hoe afbeeldingskleuren worden gemanipuleerd tijdens het renderen. Objecten van deze klasse mogen alleen worden gealloceerd met de System::MakeObject() functie. Maak nooit een instantie van dit type op de stack of met operator new, omdat dit leidt tot runtime‑fouten en/of assertiefouten. Wikkel deze klasse altijd in een System::SmartPtr pointer en gebruik deze pointer om deze als argument aan functies door te geven.
class ImageAttributes : public System::Object
Methoden
| Methode | Beschrijving |
|---|---|
| ClearBrushRemapTable() | NOG NIET GEÏMPLENTEERD. |
| ClearColorKey(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearColorMatrix(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearGamma(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearNoOp(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearOutputChannel(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearOutputChannelColorProfile(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearRemapTable(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ClearThreshold(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| Clone() | Maakt een kopie van het huidige object. |
| Dispose() | Geeft alle door het huidige object verworven besturingssysteembronnen vrij. |
| GetAdjustedPalette(const SharedPtr<ColorPalette>&, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| ImageAttributes() | Standaardconstructor. |
| SetBrushRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&) | NOG NIET GEÏMPLENTEERD. |
| SetColorKey(Color, Color, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetColorMatrices(const SharedPtr<ColorMatrix>&, const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetColorMatrix(const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | Stelt de kleur‑aanpassingsmatrix in. |
| SetGamma(float, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetNoOp(ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetOutputChannel(ColorChannelFlag, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetOutputChannelColorProfile(const String&, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetThreshold(float, ColorAdjustType) | NOG NIET GEÏMPLENTEERD. |
| SetWrapMode(Drawing2D::WrapMode, Color, bool) | Stelt de wrap‑modus en kleur in die worden gebruikt om te bepalen hoe een textuur over een vorm wordt getegeld, of op de grenzen van de vorm. |
Zie ook
- Class Object
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++