System::Drawing::Imaging::ImageAttributes klass
Innehåll
[
Dölj
]ImageAttributes class
Representerar information om hur bildfärger manipuleras under rendering. Objekt av denna klass bör endast allokeras med System::MakeObject() funktionen. Skapa aldrig en instans av denna typ på stacken eller med operatorn new, eftersom det kan leda till körfel och/eller påståendefel. Omslut alltid denna klass i en System::SmartPtr pekare och använd pekaren för att skicka den till funktioner som argument.
class ImageAttributes : public System::Object
Metoder
| Metod | Beskrivning |
|---|---|
| ClearBrushRemapTable() | INTE IMPLEMENTERAT. |
| ClearColorKey(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearColorMatrix(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearGamma(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearNoOp(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearOutputChannel(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearOutputChannelColorProfile(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearRemapTable(ColorAdjustType) | INTE IMPLEMENTERAT. |
| ClearThreshold(ColorAdjustType) | INTE IMPLEMENTERAT. |
| Clone() | Skapar en kopia av det aktuella objektet. |
| Dispose() | Frigör alla operativsystemresurser som erhållits av det aktuella objektet. |
| GetAdjustedPalette(const SharedPtr<ColorPalette>&, ColorAdjustType) | INTE IMPLEMENTERAT. |
| ImageAttributes() | Standardkonstruktor. |
| SetBrushRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&) | INTE IMPLEMENTERAT. |
| SetColorKey(Color, Color, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetColorMatrices(const SharedPtr<ColorMatrix>&, const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetColorMatrix(const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType) | Ställer in färgjusteringsmatrisen. |
| SetGamma(float, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetNoOp(ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetOutputChannel(ColorChannelFlag, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetOutputChannelColorProfile(const String&, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetThreshold(float, ColorAdjustType) | INTE IMPLEMENTERAT. |
| SetWrapMode(Drawing2D::WrapMode, Color, bool) | Ställer in omslagsläget och färgen som används för att bestämma hur en textur ska tileas över en form, eller vid formgränser. |
Se även
- Class Object
- Namespace System::Drawing::Imaging
- Library Aspose.Page for C++