DioDocs for PDF
IsInterpolationModeSupported メソッド (GcBitmapGraphics)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmapGraphics クラス : IsInterpolationModeSupported メソッド
The interpolation mode to check.
Indicates whether this graphics implementation supports a specified interpolation mode.

GcBitmapGraphics supports all interpolation modes, so this method always returns true.

シンタックス
'宣言
 
Public Overrides Function IsInterpolationModeSupported( _
   ByVal interpolationMode As InterpolationMode _
) As System.Boolean
public override System.bool IsInterpolationModeSupported( 
   InterpolationMode interpolationMode
)

パラメータ

interpolationMode
The interpolation mode to check.

戻り値の型

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

GcBitmapGraphics クラス
GcBitmapGraphics メンバ