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)テクスチャを形状全体または形状の境界でタイル配置する際に使用するラップモードと色を設定します。

参照