DioDocs for PDF
IsInterpolationModeSupported メソッド (GcGraphics)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス : IsInterpolationModeSupported メソッド
The interpolation mode to check.
Indicates whether this graphics implementation supports a specified interpolation mode.
シンタックス
'宣言
 
Public Overridable Function IsInterpolationModeSupported( _
   ByVal interpolationMode As InterpolationMode _
) As System.Boolean
public virtual System.bool IsInterpolationModeSupported( 
   InterpolationMode interpolationMode
)

パラメータ

interpolationMode
The interpolation mode to check.

戻り値の型

true if the specified interpolation mode is supported by the current graphics, false otherwise.
参照

GcGraphics クラス
GcGraphics メンバ
InterpolationMode プロパティ