System::Drawing::Imaging::ImageAttributes 类

ImageAttributes class

表示在渲染期间图像颜色如何被操作的信息。此类的对象应仅使用 System::MakeObject() 函数分配。切勿在栈上或使用 operator new 创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。

class ImageAttributes : public System::Object

方法

方法描述
ClearBrushRemapTable()未实现。
ClearColorKey(ColorAdjustType)未实现。
ClearColorMatrix(ColorAdjustType)未实现。
ClearGamma(ColorAdjustType)未实现。
ClearNoOp(ColorAdjustType)未实现。
ClearOutputChannel(ColorAdjustType)未实现。
ClearOutputChannelColorProfile(ColorAdjustType)未实现。
ClearRemapTable(ColorAdjustType)未实现。
ClearThreshold(ColorAdjustType)未实现。
Clone()创建当前对象的副本。
Dispose()释放当前对象获取的所有操作系统资源。
GetAdjustedPalette(const SharedPtr<ColorPalette>&, ColorAdjustType)未实现。
ImageAttributes()默认构造函数。
SetBrushRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&)未实现。
SetColorKey(Color, Color, ColorAdjustType)未实现。
SetColorMatrices(const SharedPtr<ColorMatrix>&, const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType)未实现。
SetColorMatrix(const SharedPtr<ColorMatrix>&, ColorMatrixFlag, ColorAdjustType)设置颜色调整矩阵。
SetGamma(float, ColorAdjustType)未实现。
SetNoOp(ColorAdjustType)未实现。
SetOutputChannel(ColorChannelFlag, ColorAdjustType)未实现。
SetOutputChannelColorProfile(const String&, ColorAdjustType)未实现。
SetRemapTable(const ArrayPtr<SharedPtr<ColorMap>>&, ColorAdjustType)未实现。
SetThreshold(float, ColorAdjustType)未实现。
SetWrapMode(Drawing2D::WrapMode, Color, bool)设置包装模式和用于决定如何在形状上或形状边界平铺纹理的颜色。

另见