Graphics.InterpolationMode プロパティ

定義

この Graphics に関連付けられている補間モードを取得または設定します。

public:
 property System::Drawing::Drawing2D::InterpolationMode InterpolationMode { System::Drawing::Drawing2D::InterpolationMode get(); void set(System::Drawing::Drawing2D::InterpolationMode value); };
public System.Drawing.Drawing2D.InterpolationMode InterpolationMode { get; set; }
member this.InterpolationMode : System.Drawing.Drawing2D.InterpolationMode with get, set
Public Property InterpolationMode As InterpolationMode

プロパティ値

InterpolationMode 値のいずれか 1 つ。

注釈

補間モードは、2 つのエンドポイント間の中間値の計算方法を決定します。

適用対象