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 값 중 하나입니다.

설명

보간 모드는 두 엔드포인트 간의 중간 값을 계산하는 방법을 결정합니다.

적용 대상