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 值。

備註

插補模式會決定兩個端點之間的中繼值如何計算。

適用於